Oops. I should've test it before commit. Fixed now.

svn-id: r20286
This commit is contained in:
Eugene Sandulenko 2006-01-29 02:55:30 +00:00
parent 052a42f89f
commit ec99279ef9

View File

@ -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 )