From 29a2deb1f3ca1fc934ce2798f02764545611db3a Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 30 Jan 2018 16:18:12 +0000 Subject: [PATCH] Not sure what was done here before. --- src/os/unix/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/unix/io.c b/src/os/unix/io.c index 2a34804..b1d9a76 100644 --- a/src/os/unix/io.c +++ b/src/os/unix/io.c @@ -46,7 +46,7 @@ int console_printf(const ConsoleLevel level, const char *format, ...) console_vprintf(level, format, ap); va_end(ap); - return ret; + return 0; } int console_printf_d(const char *format, ...)