diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-19 18:28:50 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-19 22:32:36 +0000 |
commit | 11274e3d2672b93261b5561d4d1ca985723a6d0c (patch) | |
tree | 6ba671ada88459e60a074c7af64bd967cb6acc54 /apps/menus/display_menu.c | |
parent | c39f95465b9844f70f375f1690e0bf75c7ee7cc1 (diff) |
menus: Fix some of the red from c39f95465
Change-Id: Ic22123a83bf119605c8ddf686b6a8e21f9555c6a
Diffstat (limited to 'apps/menus/display_menu.c')
-rw-r--r-- | apps/menus/display_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |