forked from len0rd/rockbox
remove incorrect cast
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24824 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4ddaee75e3
commit
34ae3959e6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ static int statusbar_callback_ex(int action,const struct menu_item_ex *this_item
|
|||
break;
|
||||
case ACTION_EXIT_MENUITEM:
|
||||
if (statusbar_position(screen) == STATUSBAR_CUSTOM
|
||||
&& (int)old_bar[screen] != statusbar_position(screen))
|
||||
&& old_bar[screen] != statusbar_position(screen))
|
||||
settings_apply_skins();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue