[Scummvm-cvs-logs] CVS: scummvm/bs2 logic.cpp,1.11,1.12

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sat Sep 20 05:25:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2
In directory sc8-pr-cvs1:/tmp/cvs-serv31469

Modified Files:
	logic.cpp 
Log Message:
Minor cleanup


Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/logic.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- logic.cpp	17 Sep 2003 20:07:21 -0000	1.11
+++ logic.cpp	20 Sep 2003 12:24:53 -0000	1.12
@@ -180,7 +180,7 @@
 			// script or subroutine will kick in and run
 
 			// keep processing scripts until 0 for quit is returned
-		} while(ret);
+		} while (ret);
 
 		// any post logic system requests to go here
 





More information about the Scummvm-git-logs mailing list