add newline to non-windows log output
parent
c093f04c58
commit
3462a9b8b9
|
@ -50,6 +50,7 @@ static void do_log(enum log_type type, const char *msg, va_list args)
|
||||||
__debugbreak();
|
__debugbreak();
|
||||||
#else
|
#else
|
||||||
vprintf(msg, args);
|
vprintf(msg, args);
|
||||||
|
printf("\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue