diff options
Diffstat (limited to 'scumm/resource_v2.cpp')
-rw-r--r-- | scumm/resource_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp index b0da1dc912..76d997ad87 100644 --- a/scumm/resource_v2.cpp +++ b/scumm/resource_v2.cpp @@ -34,7 +34,7 @@ void Scumm_v2::readIndexFile() { magic = _fileHandle.readUint16LE(); if (magic != 0x0100) - warning("The magic id doesn't match (0x%X)\n", magic); + warning("The magic id doesn't match (0x%X)", magic); _numGlobalObjects = _fileHandle.readUint16LE(); _fileHandle.seek(_numGlobalObjects, SEEK_CUR); // Skip object flags |