summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-19 18:54:21 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-19 22:55:09 +0000
commit6bb704c9d02612a201b82fe5e27439b1e07f0866 (patch)
tree66a2c50fe870a71cf73ec3bcec799beb1964a478 /apps
parent11274e3d2672b93261b5561d4d1ca985723a6d0c (diff)
downloadrockbox-6bb704c9d02612a201b82fe5e27439b1e07f0866.tar.gz
rockbox-6bb704c9d02612a201b82fe5e27439b1e07f0866.zip
Fix more of the red from c39f95465
Change-Id: I8c9510774803f7164f7a003575711f3dd980223c
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/display_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c
index ba2f8b96b5..b7a44a3bb7 100644
--- a/apps/menus/display_menu.c
+++ b/apps/menus/display_menu.c
@@ -272,7 +272,7 @@ MENUITEM_SETTING(remote_flip_display,
272 272
273#ifdef HAVE_REMOTE_LCD_TICKING 273#ifdef HAVE_REMOTE_LCD_TICKING
274static int ticking_callback(int action, 274static int ticking_callback(int action,
275 const struct menu_item_ex *this_item 275 const struct menu_item_ex *this_item,
276 struct gui_synclist *this_list) 276 struct gui_synclist *this_list)
277{ 277{
278 (void)this_item; 278 (void)this_item;
@@ -593,7 +593,7 @@ static int touch_mode_callback(int action,
593 593
594static int line_padding_callback(int action, 594static int line_padding_callback(int action,
595 const struct menu_item_ex *this_item, 595 const struct menu_item_ex *this_item,
596 struct gui_synclist *this_list); 596 struct gui_synclist *this_list)
597{ 597{
598 (void)this_item; 598 (void)this_item;
599 (void)this_list; 599 (void)this_list;