From 34ae3959e6724f339c975a64b37e9141a3ea08df Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 21 Feb 2010 21:51:18 +0000 Subject: remove incorrect cast git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24824 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/theme_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c index 4e00fe4a56..b3abb77869 100644 --- a/apps/menus/theme_menu.c +++ b/apps/menus/theme_menu.c @@ -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; } -- cgit v1.2.3