[Scummvm-cvs-logs] CVS: scummvm/common main.cpp,1.39,1.40

Max Horn fingolfin at users.sourceforge.net
Sat Sep 6 15:33:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv7721

Modified Files:
	main.cpp 
Log Message:
removed superfluous newline

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/main.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- main.cpp	21 Aug 2003 14:58:47 -0000	1.39
+++ main.cpp	6 Sep 2003 22:32:34 -0000	1.40
@@ -219,7 +219,7 @@
 
 		// print a message if gameid is invalid
 		if (engine == NULL)
-			error("%s is an invalid target. Use the -z parameter to list targets\n", 
+			error("%s is an invalid target. Use the -z parameter to list targets", 
 					detector._gameFileName.c_str());
 
 		// Run the game engine
@@ -257,7 +257,7 @@
 		exit(1);
 	}
 	if ((int)ptr & 1) {
-		warning("Freeing odd address 0x%x\n", ptr);
+		warning("Freeing odd address 0x%x", ptr);
 	}
 	free(ptr);
 }





More information about the Scummvm-git-logs mailing list