summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/keymaps/keymap-ipod.c2
1 files changed, 1 insertions, 1 deletions
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 )
364 case CONTEXT_CUSTOM|CONTEXT_TREE: 364 case CONTEXT_CUSTOM|CONTEXT_TREE:
365 return remote_button_context_tree; 365 return remote_button_context_tree;
366 366
367#ifdef CONFIG_TUNER 367#if CONFIG_TUNER
368 case CONTEXT_FM: 368 case CONTEXT_FM:
369 return remote_button_context_radio; 369 return remote_button_context_radio;
370#endif 370#endif