[Scummvm-cvs-logs] SF.net SVN: scummvm: [28512] scummvm/trunk/engines/parallaction/graphics. cpp

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Thu Aug 9 23:32:26 CEST 2007


Revision: 28512
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28512&view=rev
Author:   buddha_
Date:     2007-08-09 14:32:26 -0700 (Thu, 09 Aug 2007)

Log Message:
-----------
Removed an extra semicolon.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/graphics.cpp

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-09 19:26:20 UTC (rev 28511)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-09 21:32:26 UTC (rev 28512)
@@ -51,7 +51,7 @@
 	_size = _colors * 3;
 
 	makeBlack();
-};
+}
 
 Palette::Palette(const Palette &pal) {
 	_colors = pal._colors;


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