diff options
-rw-r--r-- | scumm/script_v72he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index 531d5a5ecf..f4dcb54d87 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -950,7 +950,7 @@ void ScummEngine_v72he::o72_openFile() { mode = pop(); copyScriptString(filename, true); - debug(1,"File %s\n", filename); + debug(1,"File %s", filename); for (r = strlen((char*)filename); r != 0; r--) { if (filename[r - 1] == '\\') |