[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v4.cpp,1.28,1.29

kirben kirben at users.sourceforge.net
Thu Oct 27 21:29:49 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29290/scumm

Modified Files:
	resource_v4.cpp 
Log Message:

Remove excess newline.


Index: resource_v4.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v4.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- resource_v4.cpp	18 Oct 2005 01:30:21 -0000	1.28
+++ resource_v4.cpp	28 Oct 2005 04:27:54 -0000	1.29
@@ -94,7 +94,7 @@
 				buf[9] = 0;
 				for (int i = 0; i < 9; i++)
 					buf[i] ^= 0xFF;
-				debug(5, "Room %d: '%s'\n", room, buf);
+				debug(5, "Room %d: '%s'", room, buf);
 			}
 			break;
 





More information about the Scummvm-git-logs mailing list