From 20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Feb 2007 21:54:17 +0000 Subject: 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 --- apps/gui/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui') 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); -- cgit v1.2.3