summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
commit20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 (patch)
tree2dabff846860b975f6cb2d3e49567c72b0383be2 /apps/gui/list.c
parent5d45ec90e0614a96367e73d96fed8f47b112eced (diff)
downloadrockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.tar.gz
rockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.zip
build with -Wundef to make sure we have spelled the defines right in #if lines
and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/list.c')
-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,
812 gui_synclist_draw(lists); 812 gui_synclist_draw(lists);
813 yield(); 813 yield();
814 return ACTION_STD_PREV; 814 return ACTION_STD_PREV;
815#if (REMOTE_BUTTON != 0 ) 815#ifdef REMOTE_BUTTON
816 case ACTION_LISTTREE_RC_PGUP: 816 case ACTION_LISTTREE_RC_PGUP:
817 gui_synclist_select_previous_page(lists, SCREEN_REMOTE); 817 gui_synclist_select_previous_page(lists, SCREEN_REMOTE);
818 gui_synclist_draw(lists); 818 gui_synclist_draw(lists);