mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
JANITORIAL: Remove unnecessary semicolon.
svn-id: r55077
This commit is contained in:
parent
1df582aecb
commit
aa9786604c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user