diff options
-rw-r--r-- | scumm/resource_v4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v4.cpp b/scumm/resource_v4.cpp index 53b6c88a07..87a69fbc93 100644 --- a/scumm/resource_v4.cpp +++ b/scumm/resource_v4.cpp @@ -94,7 +94,7 @@ void ScummEngine_v4::readIndexFile() { buf[9] = 0; for (int i = 0; i < 9; i++) buf[i] ^= 0xFF; - debug(5, "Room %d: '%s'\n", room, buf); + debug(5, "Room %d: '%s'", room, buf); } break; |