From aa9786604c5beb5d04506284f78053fef442075c Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 31 Dec 2010 15:19:42 +0000 Subject: JANITORIAL: Remove unnecessary semicolon. svn-id: r55077 --- engines/sword25/fmv/theora_decoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25/fmv') diff --git a/engines/sword25/fmv/theora_decoder.cpp b/engines/sword25/fmv/theora_decoder.cpp index 8a0397cdfc..5e4fefb5ce 100644 --- a/engines/sword25/fmv/theora_decoder.cpp +++ b/engines/sword25/fmv/theora_decoder.cpp @@ -225,7 +225,7 @@ bool TheoraDecoder::load(Common::SeekableReadStream *stream) { switch (_theoraInfo.colorspace){ case TH_CS_UNSPECIFIED: /* nothing to report */ - break;; + break; case TH_CS_ITU_REC_470M: debug(1, " encoder specified ITU Rec 470M (NTSC) color."); break; -- cgit v1.2.3