From 11274e3d2672b93261b5561d4d1ca985723a6d0c Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 19 Jul 2020 18:28:50 -0400 Subject: menus: Fix some of the red from c39f95465 Change-Id: Ic22123a83bf119605c8ddf686b6a8e21f9555c6a --- apps/menus/display_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus') diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index 83bd8066d5..ba2f8b96b5 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -122,7 +122,7 @@ static int selectivebacklight_set_mask(void* param) #endif /* HAVE_BACKLIGHT */ #ifdef HAVE_LCD_FLIP static int flipdisplay_callback(int action, - const struct menu_item_ex *this_item + const struct menu_item_ex *this_item, struct gui_synclist *this_list) { (void)this_item; -- cgit