summaryrefslogtreecommitdiffstats
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 6d966c23ae..67b34e5d95 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -812,7 +812,7 @@ unsigned gui_synclist_do_button(struct gui_synclist * lists,
gui_synclist_draw(lists);
yield();
return ACTION_STD_PREV;
-#if (REMOTE_BUTTON != 0 )
+#ifdef REMOTE_BUTTON
case ACTION_LISTTREE_RC_PGUP:
gui_synclist_select_previous_page(lists, SCREEN_REMOTE);
gui_synclist_draw(lists);