aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/fmv
diff options
context:
space:
mode:
authorTorbjörn Andersson2010-12-31 15:19:42 +0000
committerTorbjörn Andersson2010-12-31 15:19:42 +0000
commitaa9786604c5beb5d04506284f78053fef442075c (patch)
tree27db72fd66ddac46731c64602d498de9a9bdc583 /engines/sword25/fmv
parent1df582aecb7f11ecc9e75de1de6a4b442595d8d4 (diff)
downloadscummvm-rg350-aa9786604c5beb5d04506284f78053fef442075c.tar.gz
scummvm-rg350-aa9786604c5beb5d04506284f78053fef442075c.tar.bz2
scummvm-rg350-aa9786604c5beb5d04506284f78053fef442075c.zip
JANITORIAL: Remove unnecessary semicolon.
svn-id: r55077
Diffstat (limited to 'engines/sword25/fmv')
-rw-r--r--engines/sword25/fmv/theora_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
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;