Explorar o código

Not sure what was done here before.

Godzil %!s(int64=6) %!d(string=hai) anos
pai
achega
29a2deb1f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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, ...)