Not sure what was done here before.
This commit is contained in:
parent
05f17740fd
commit
29a2deb1f3
@ -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, ...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user