[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.128,1.129

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


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

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

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- sky.cpp	10 Nov 2003 01:04:11 -0000	1.128
+++ sky.cpp	1 Dec 2003 09:58:55 -0000	1.129
@@ -106,7 +106,7 @@
 	return new SkyEngine(detector, syst);
 }
 
-REGISTER_PLUGIN("Beneath a Steel Sky", Engine_SKY_gameList, Engine_SKY_create, Engine_SKY_detectGames);
+REGISTER_PLUGIN("Beneath a Steel Sky", Engine_SKY_gameList, Engine_SKY_create, Engine_SKY_detectGames)
 
 void **SkyEngine::_itemList[300];
 





More information about the Scummvm-git-logs mailing list