diff --git a/core/src/debuglog.cpp b/core/src/debuglog.cpp index dc3dd95cd5..9519f3d3bc 100644 --- a/core/src/debuglog.cpp +++ b/core/src/debuglog.cpp @@ -358,7 +358,7 @@ int DebugLog_1(const char *file, int line, const char *function, const char *fmt "%ld" TAB //"TickCount" TAB "%s:%d" TAB //"SourceFile" TAB "%s" TAB //"Function" - "%s" NL, //"Message" + "%s", //"Message" GetTickCount(), //"TickCount" TAB file, line, //"SourceFile" TAB