[Scummvm-cvs-logs] SF.net SVN: scummvm:[52903] scummvm/trunk/engines/hugo/display.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Sep 26 13:43:07 CEST 2010


Revision: 52903
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52903&view=rev
Author:   strangerke
Date:     2010-09-26 11:43:07 +0000 (Sun, 26 Sep 2010)

Log Message:
-----------
HUGO: Remove extra ;

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/display.cpp

Modified: scummvm/trunk/engines/hugo/display.cpp
===================================================================
--- scummvm/trunk/engines/hugo/display.cpp	2010-09-26 11:32:52 UTC (rev 52902)
+++ scummvm/trunk/engines/hugo/display.cpp	2010-09-26 11:43:07 UTC (rev 52903)
@@ -440,7 +440,7 @@
 	} else {
 		warning("STUB: drawRectangle()");
 	}
-};
+}
 
 Screen_v1d::Screen_v1d(HugoEngine &vm) : Screen(vm) {
 }


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