aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 6c67fbe013..c3db46ad26 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -493,6 +493,8 @@ static void debugHelper(char *buf, bool caret = true) {
#ifndef _WIN32_WCE
if (caret)
printf("%s\n", buf);
+ else
+ printf("%s", buf);
#endif
#if defined( USE_WINDBG )