summaryrefslogtreecommitdiffstats
path: root/apps/menus/display_menu.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-19 18:28:50 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-19 22:32:36 +0000
commit11274e3d2672b93261b5561d4d1ca985723a6d0c (patch)
tree6ba671ada88459e60a074c7af64bd967cb6acc54 /apps/menus/display_menu.c
parentc39f95465b9844f70f375f1690e0bf75c7ee7cc1 (diff)
downloadrockbox-11274e3d2672b93261b5561d4d1ca985723a6d0c.tar.gz
rockbox-11274e3d2672b93261b5561d4d1ca985723a6d0c.zip
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.c2
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;