forked from len0rd/rockbox
sbtools: standard sb print function is now standard
Change-Id: I2746bfff9a360ef4fc823853859609ffed5d2b67
This commit is contained in:
parent
f72617c002
commit
e69293ecdb
1 changed files with 3 additions and 2 deletions
|
|
@ -1255,8 +1255,9 @@ void sb_get_zero_key(struct crypto_key_t *key)
|
|||
|
||||
void sb_std_printf(void *user, bool error, color_t c, const char *fmt, ...)
|
||||
{
|
||||
(void) user;
|
||||
(void) error;
|
||||
(void)user;
|
||||
if(!g_debug && !error)
|
||||
return;
|
||||
va_list args;
|
||||
va_start(args, fmt);
|
||||
color(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue