diff options
author | Eugene Sandulenko | 2006-01-29 02:55:30 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-01-29 02:55:30 +0000 |
commit | ec99279ef99480cdacc23096139ce0d0e50a987d (patch) | |
tree | d5df1bd45ea5f1958be2c907843eecd9aed5f963 /base | |
parent | 052a42f89fe86fa51bd4c11736f4056fbb3e801e (diff) | |
download | scummvm-rg350-ec99279ef99480cdacc23096139ce0d0e50a987d.tar.gz scummvm-rg350-ec99279ef99480cdacc23096139ce0d0e50a987d.tar.bz2 scummvm-rg350-ec99279ef99480cdacc23096139ce0d0e50a987d.zip |
Oops. I should've test it before commit. Fixed now.
svn-id: r20286
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 2 |
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 ) |