mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Remove newline
svn-id: r14847
This commit is contained in:
@@ -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] == '\\')
|
||||
|
||||
Reference in New Issue
Block a user