[Scummvm-cvs-logs] SF.net SVN: scummvm:[39913] scummvm/trunk/gui/ThemeEngine.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Apr 10 16:06:22 CEST 2009


Revision: 39913
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39913&view=rev
Author:   fingolfin
Date:     2009-04-10 14:06:21 +0000 (Fri, 10 Apr 2009)

Log Message:
-----------
GUI: Fixed nasty typo

Modified Paths:
--------------
    scummvm/trunk/gui/ThemeEngine.cpp

Modified: scummvm/trunk/gui/ThemeEngine.cpp
===================================================================
--- scummvm/trunk/gui/ThemeEngine.cpp	2009-04-09 21:39:28 UTC (rev 39912)
+++ scummvm/trunk/gui/ThemeEngine.cpp	2009-04-10 14:06:21 UTC (rev 39913)
@@ -1123,7 +1123,7 @@
 		// the new one, we can remove them
 		if (r.contains(*it))
 			it = _dirtyScreen.erase(it);
-		else;
+		else
 			++it;
 	}
 


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