diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-07-19 18:54:21 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-19 22:55:09 +0000 |
commit | 6bb704c9d02612a201b82fe5e27439b1e07f0866 (patch) | |
tree | 66a2c50fe870a71cf73ec3bcec799beb1964a478 /apps/menus | |
parent | 11274e3d2672b93261b5561d4d1ca985723a6d0c (diff) |
Fix more of the red from c39f95465
Change-Id: I8c9510774803f7164f7a003575711f3dd980223c
Diffstat (limited to 'apps/menus')
-rw-r--r-- | apps/menus/display_menu.c | 4 |
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, #ifdef HAVE_REMOTE_LCD_TICKING static int ticking_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; @@ -593,7 +593,7 @@ static int touch_mode_callback(int action, static int line_padding_callback(int action, const struct menu_item_ex *this_item, - struct gui_synclist *this_list); + struct gui_synclist *this_list) { (void)this_item; (void)this_list; |