diff --git a/src/platform/w32util.cpp b/src/platform/w32util.cpp index 3e08a89..29357e5 100644 --- a/src/platform/w32util.cpp +++ b/src/platform/w32util.cpp @@ -25,6 +25,7 @@ void dbp(const char *str, ...) // The native version of OutputDebugString, unlike most others, // is OutputDebugStringA. OutputDebugStringA(buf); + OutputDebugStringA("\n"); #ifndef NDEBUG // Duplicate to stderr in debug builds, but not in release; this is slow.