JANITORIAL: Remove unnecessary semicolon.

svn-id: r55077
This commit is contained in:
Torbjörn Andersson 2010-12-31 15:19:42 +00:00
parent 1df582aecb
commit aa9786604c

View File

@ -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;