diff options
| author | Max Horn | 2003-07-13 16:22:17 +0000 |
|---|---|---|
| committer | Max Horn | 2003-07-13 16:22:17 +0000 |
| commit | 963ecad36275f338fffb1619a0e8535016352d61 (patch) | |
| tree | c7eea83ae283decd62e2fcfb5ecd1fa3dca6c1dd /scumm/string.cpp | |
| parent | 0642d2df98ed3b6c0251acf95b58674b1713bb9f (diff) | |
| download | scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.tar.gz scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.tar.bz2 scummvm-rg350-963ecad36275f338fffb1619a0e8535016352d61.zip | |
debug/warning/error all automatically output a newline
svn-id: r8991
Diffstat (limited to 'scumm/string.cpp')
| -rw-r--r-- | scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 7addac9254..3196dbd04c 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -274,7 +274,7 @@ void Scumm::CHARSET_1() { _charset->setColor(color); break; case 13: - warning("CHARSET_1: Unknown opcode 13 %d\n", READ_LE_UINT16(buffer)); + warning("CHARSET_1: Unknown opcode 13 %d", READ_LE_UINT16(buffer)); buffer += 2; break; case 14: { |
