From 589c29e6e15e5d2957b92b1a03c6bf43a327f541 Mon Sep 17 00:00:00 2001 From: richiesams Date: Sun, 18 Aug 2013 15:17:37 -0500 Subject: ZVISION: Add newlines to console debug statements --- engines/zvision/console.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/zvision') diff --git a/engines/zvision/console.cpp b/engines/zvision/console.cpp index dfafb26e2a..69d19ab53a 100644 --- a/engines/zvision/console.cpp +++ b/engines/zvision/console.cpp @@ -168,7 +168,7 @@ bool Console::cmdSetPanoramaScale(int argc, const char **argv) { bool Console::cmdChangeLocation(int argc, const char **argv) { if (argc != 6) { - DebugPrintf("Use changelocation to change your location"); + DebugPrintf("Use changelocation to change your location\n"); return true; } @@ -179,7 +179,7 @@ bool Console::cmdChangeLocation(int argc, const char **argv) { bool Console::cmdDumpFile(int argc, const char **argv) { if (argc != 2) { - DebugPrintf("Use dumpfile to dump a file"); + DebugPrintf("Use dumpfile to dump a file\n"); return true; } -- cgit v1.2.3