[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v4.cpp,1.27.2.1,1.27.2.2

kirben kirben at users.sourceforge.net
Thu Oct 27 21:32:40 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	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.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- resource_v4.cpp	18 Oct 2005 02:11:21 -0000	1.27.2.1
+++ resource_v4.cpp	28 Oct 2005 04:30:47 -0000	1.27.2.2
@@ -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