summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/menus/main_menu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 90c8c1d7fc..ee60b37497 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -532,9 +532,12 @@ MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
532 532
533 533
534#ifdef HAVE_LCD_CHARCELLS 534#ifdef HAVE_LCD_CHARCELLS
535static int mainmenu_callback(int action,const struct menu_item_ex *this_item) 535static int mainmenu_callback(int action,
536 const struct menu_item_ex *this_item,
537 struct gui_synclist *lists)
536{ 538{
537 (void)this_item; 539 (void)this_item;
540 (void)lists;
538 switch (action) 541 switch (action)
539 { 542 {
540 case ACTION_ENTER_MENUITEM: 543 case ACTION_ENTER_MENUITEM: