debug/warning/error all automatically output a newline

svn-id: r8991
This commit is contained in:
Max Horn 2003-07-13 16:22:17 +00:00
parent 0642d2df98
commit 963ecad362
19 changed files with 64 additions and 64 deletions

View file

@ -47,7 +47,7 @@ byte *SimonEngine::dumpOpcode(byte *p) {
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 != '|')