diff --git a/libc/src/stdio.cpp b/libc/src/stdio.cpp index 276518a8..96f9422b 100644 --- a/libc/src/stdio.cpp +++ b/libc/src/stdio.cpp @@ -84,4 +84,5 @@ void debug_log_impl(const char* format, va_list ap) { pure_cstyle_format( format, [](char c, void*) { console_write(&c, 1); }, nullptr, ap); + console_write("\n", 1); }