From 0322ab1d194cb9e3b3d0f0925ccc7c9edfb8c254 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Mon, 8 Nov 2010 20:45:14 +0000 Subject: Change an #ifdef CONFIG_TUNER into #if CONFIG_TUNER (CONFIG_TUNER is always defined, just 0 if no there is no tuner) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28536 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-ipod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/keymaps/keymap-ipod.c b/apps/keymaps/keymap-ipod.c index b2697d8660..3b6bee76b8 100644 --- a/apps/keymaps/keymap-ipod.c +++ b/apps/keymaps/keymap-ipod.c @@ -364,7 +364,7 @@ static const struct button_mapping* get_context_mapping_remote( int context ) case CONTEXT_CUSTOM|CONTEXT_TREE: return remote_button_context_tree; -#ifdef CONFIG_TUNER +#if CONFIG_TUNER case CONTEXT_FM: return remote_button_context_radio; #endif -- cgit v1.2.3