[Scummvm-cvs-logs] SF.net SVN: scummvm:[50988] scummvm/trunk/engines/sci/engine/kparse.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Jul 18 14:26:22 CEST 2010


Revision: 50988
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50988&view=rev
Author:   wjpalenstijn
Date:     2010-07-18 12:26:22 +0000 (Sun, 18 Jul 2010)

Log Message:
-----------
SCI: Fix warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kparse.cpp

Modified: scummvm/trunk/engines/sci/engine/kparse.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kparse.cpp	2010-07-18 12:25:40 UTC (rev 50987)
+++ scummvm/trunk/engines/sci/engine/kparse.cpp	2010-07-18 12:26:22 UTC (rev 50988)
@@ -106,7 +106,7 @@
 		s->r_acc = make_reg(0, 1);
 
 #ifdef DEBUG_PARSER
-			debugC(2, kDebugLevelParser, "Parsed to the following blocks:", 0);
+			debugC(2, kDebugLevelParser, "Parsed to the following blocks:");
 
 			for (ResultWordList::const_iterator i = words.begin(); i != words.end(); ++i)
 				debugC(2, kDebugLevelParser, "   Type[%04x] Group[%04x]", i->_class, i->_group);


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