forked from len0rd/rockbox
This one should not have been "fixed"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12773 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b35c1d8d35
commit
5dffaf74f5
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ int menu_show(int m)
|
||||||
MENU_ITEM_COUNT(menus[m].count);
|
MENU_ITEM_COUNT(menus[m].count);
|
||||||
menu.value = m;
|
menu.value = m;
|
||||||
menu.menu_get_name_and_icon = &menu_info;
|
menu.menu_get_name_and_icon = &menu_info;
|
||||||
return do_menu(&menu, &menus[m].current_selection) == MENU_ATTACHED_USB;
|
return do_menu(&menu, &menus[m].current_selection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue