add newline to non-windows log output
This commit is contained in:
@@ -50,6 +50,7 @@ static void do_log(enum log_type type, const char *msg, va_list args)
|
||||
__debugbreak();
|
||||
#else
|
||||
vprintf(msg, args);
|
||||
printf("\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user