Not sure what was done here before.

This commit is contained in:
Godzil 2018-01-30 16:18:12 +00:00
parent 05f17740fd
commit 29a2deb1f3

View File

@ -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, ...)