Browse Source

Not sure what was done here before.

Godzil 6 years ago
parent
commit
29a2deb1f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/os/unix/io.c

+ 1 - 1
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, ...)