[Scummvm-cvs-logs] SF.net SVN: scummvm: [22449] residual/trunk/lua.cpp

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat May 13 09:27:03 CEST 2006


Revision: 22449
Author:   aquadran
Date:     2006-05-13 09:15:19 -0700 (Sat, 13 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22449&view=rev

Log Message:
-----------
formating

Modified Paths:
--------------
    residual/trunk/lua.cpp
Modified: residual/trunk/lua.cpp
===================================================================
--- residual/trunk/lua.cpp	2006-05-13 15:34:18 UTC (rev 22448)
+++ residual/trunk/lua.cpp	2006-05-13 16:15:19 UTC (rev 22449)
@@ -3101,8 +3101,7 @@
 	bool stubFn = strcmp(debugMessage, "WARNING: Stub function") == 0;
 	FILE *output;
 	
-	if (!stubFn && debugLevel != DEBUG_FUNC
-	 && debugLevel != DEBUG_ALL)
+	if (!stubFn && debugLevel != DEBUG_FUNC && debugLevel != DEBUG_ALL)
 		return;
 	
 	if (stubFn)


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