[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Sun Jul 13 09:23:13 CEST 2003


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv17573/simon

Modified Files:
	debug.cpp 
Log Message:
debug/warning/error all automatically output a newline

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- debug.cpp	16 Jun 2003 08:28:15 -0000	1.20
+++ debug.cpp	13 Jul 2003 16:22:16 -0000	1.21
@@ -47,7 +47,7 @@
 		st = s = simon1dos_opcode_name_table[opcode];
 	}
 	if (s == NULL) {
-		error("INVALID OPCODE %d\n", opcode);
+		error("INVALID OPCODE %d", opcode);
 		return NULL;
 	}
 	while (*st != '|')





More information about the Scummvm-git-logs mailing list