1
0
Fork 0
forked from len0rd/rockbox

Fix the yellow in the player build from c39f95465

Change-Id: Iae3a8f4eccd3708b41d43da6e12a3199b1d657c6
This commit is contained in:
Solomon Peachy 2020-07-19 19:36:38 -04:00
parent 6bb704c9d0
commit c84f9252d7

View file

@ -532,9 +532,12 @@ MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
#ifdef HAVE_LCD_CHARCELLS #ifdef HAVE_LCD_CHARCELLS
static int mainmenu_callback(int action,const struct menu_item_ex *this_item) static int mainmenu_callback(int action,
const struct menu_item_ex *this_item,
struct gui_synclist *lists)
{ {
(void)this_item; (void)this_item;
(void)lists;
switch (action) switch (action)
{ {
case ACTION_ENTER_MENUITEM: case ACTION_ENTER_MENUITEM: