mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Oops. I should've test it before commit. Fixed now.
svn-id: r20286
This commit is contained in:
parent
052a42f89f
commit
ec99279ef9
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user