1
0
Fork 0
forked from len0rd/rockbox

skinengine: Make sure logical IF operator doesn't compare a garbage value

Change-Id: I125bea3c2659326b92eec027cddf0d041f10ebda
This commit is contained in:
Solomon Peachy 2020-12-13 19:21:13 -05:00
parent b6a16949e8
commit da1fbb6d1a

View file

@ -632,6 +632,7 @@ static const char* NOINLINE get_lif_token_value(struct gui_wps *gwps,
} }
break; break;
case DEFAULT: case DEFAULT:
b = -1;
break; break;
} }