fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12828 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e54d8e1388
commit
458648bd23
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ static int do_shutdown(void)
|
|||
return 0;
|
||||
}
|
||||
MENUITEM_FUNCTION(do_shutdown_item, 0, ID2P(LANG_SHUTDOWN),
|
||||
do_shutdown, NULL, 0, NULL, Icon_NOICON);
|
||||
do_shutdown, NULL, NULL, Icon_NOICON);
|
||||
#endif
|
||||
MAKE_MENU(root_menu_, ID2P(LANG_ROCKBOX_TITLE),
|
||||
NULL, Icon_Rockbox,
|
||||
|
|
Loading…
Reference in a new issue