[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.342,1.343

Max Horn fingolfin at users.sourceforge.net
Mon Dec 1 01:59:04 CET 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv29515/simon

Modified Files:
	simon.cpp 
Log Message:
Patch #847464: Remove spurious semicolons

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- simon.cpp	1 Dec 2003 09:53:03 -0000	1.342
+++ simon.cpp	1 Dec 2003 09:58:55 -0000	1.343
@@ -102,7 +102,7 @@
 	return new Simon::SimonEngine(detector, syst);
 }
 
-REGISTER_PLUGIN("Simon the Sorcerer", Engine_SIMON_gameList, Engine_SIMON_create, Engine_SIMON_detectGames);
+REGISTER_PLUGIN("Simon the Sorcerer", Engine_SIMON_gameList, Engine_SIMON_create, Engine_SIMON_detectGames)
 
 namespace Simon {
 





More information about the Scummvm-git-logs mailing list