[Scummvm-cvs-logs] SF.net SVN: scummvm:[35137] scummvm/trunk/engines/cine/pal.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Nov 20 23:58:22 CET 2008


Revision: 35137
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35137&view=rev
Author:   lordhoto
Date:     2008-11-20 22:58:22 +0000 (Thu, 20 Nov 2008)

Log Message:
-----------
Fixed gcc warning.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/pal.cpp

Modified: scummvm/trunk/engines/cine/pal.cpp
===================================================================
--- scummvm/trunk/engines/cine/pal.cpp	2008-11-20 22:22:47 UTC (rev 35136)
+++ scummvm/trunk/engines/cine/pal.cpp	2008-11-20 22:58:22 UTC (rev 35137)
@@ -168,7 +168,7 @@
 
 void Palette::setComponent(byte colorIndex, byte componentIndex, byte value) {
 	getComponent(colorIndex, componentIndex) = value;
-};
+}
 
 Palette::PackedColor Palette::getColor(byte colorIndex) {
 	return (getComponent(colorIndex, R_INDEX) << (R_INDEX * BITS_PER_COMPONENT)) |


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