[Scummvm-cvs-logs] SF.net SVN: scummvm:[55077] scummvm/trunk/engines/sword25/fmv/ theora_decoder.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Dec 31 16:19:42 CET 2010


Revision: 55077
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55077&view=rev
Author:   eriktorbjorn
Date:     2010-12-31 15:19:42 +0000 (Fri, 31 Dec 2010)

Log Message:
-----------
JANITORIAL: Remove unnecessary semicolon.

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/fmv/theora_decoder.cpp

Modified: scummvm/trunk/engines/sword25/fmv/theora_decoder.cpp
===================================================================
--- scummvm/trunk/engines/sword25/fmv/theora_decoder.cpp	2010-12-31 14:50:22 UTC (rev 55076)
+++ scummvm/trunk/engines/sword25/fmv/theora_decoder.cpp	2010-12-31 15:19:42 UTC (rev 55077)
@@ -225,7 +225,7 @@
 		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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list