[Scummvm-cvs-logs] SF.net SVN: scummvm:[47942] scummvm/trunk/engines/sci/graphics/ coordadjuster.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Feb 6 22:26:30 CET 2010


Revision: 47942
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47942&view=rev
Author:   eriktorbjorn
Date:     2010-02-06 21:26:30 +0000 (Sat, 06 Feb 2010)

Log Message:
-----------
Removed unnecessary semi-colons to keep GCC happy.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/coordadjuster.cpp

Modified: scummvm/trunk/engines/sci/graphics/coordadjuster.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/coordadjuster.cpp	2010-02-06 21:22:05 UTC (rev 47941)
+++ scummvm/trunk/engines/sci/graphics/coordadjuster.cpp	2010-02-06 21:26:30 UTC (rev 47942)
@@ -82,7 +82,7 @@
 	Common::Rect displayArea(_ports->getPort()->rect.right, _ports->getPort()->rect.bottom);
 	displayArea.moveTo(_ports->getPort()->left, _ports->getPort()->top);
 	return displayArea;
-};
+}
 
 #ifdef ENABLE_SCI32
 GfxCoordAdjuster32::GfxCoordAdjuster32(SegManager *segMan)
@@ -121,7 +121,7 @@
 
 Common::Rect GfxCoordAdjuster32::pictureGetDisplayArea() {
 	return _pictureDisplayArea;
-};
+}
 #endif
 
 } // End of namespace Sci


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