mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
WINTERMUTE: Add missing newline to debugger output
This commit is contained in:
parent
6fc06d11b2
commit
85012c43db
@ -99,7 +99,7 @@ void Console::printUsage(const Common::String &command) {
|
||||
} else if (command.equals(SET_CMD)) {
|
||||
debugPrintf("Usage: %s <name> = <value> to set <name> to <value>\n", command.c_str());
|
||||
} else {
|
||||
debugPrintf("No help about this command, sorry.");
|
||||
debugPrintf("No help about this command, sorry.\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user