summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 0fa2ce5463..950878bd60 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -888,7 +888,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
888 case ACTION_LISTTREE_PGUP: 888 case ACTION_LISTTREE_PGUP:
889 { 889 {
890 int screen = 890 int screen =
891#if HAVE_REMOTE_LCD 891#ifdef HAVE_REMOTE_LCD
892 get_action_statuscode(NULL)&ACTION_REMOTE ? 892 get_action_statuscode(NULL)&ACTION_REMOTE ?
893 SCREEN_REMOTE : 893 SCREEN_REMOTE :
894#endif 894#endif
@@ -902,7 +902,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
902 case ACTION_LISTTREE_PGDOWN: 902 case ACTION_LISTTREE_PGDOWN:
903 { 903 {
904 int screen = 904 int screen =
905#if HAVE_REMOTE_LCD 905#ifdef HAVE_REMOTE_LCD
906 get_action_statuscode(NULL)&ACTION_REMOTE ? 906 get_action_statuscode(NULL)&ACTION_REMOTE ?
907 SCREEN_REMOTE : 907 SCREEN_REMOTE :
908#endif 908#endif