1
0
Fork 0
forked from len0rd/rockbox

sbtools: standard sb print function is now standard

Change-Id: I2746bfff9a360ef4fc823853859609ffed5d2b67
This commit is contained in:
Amaury Pouly 2013-08-04 15:04:23 +02:00
parent f72617c002
commit e69293ecdb

View file

@ -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);