From 4598feec49e326d50d782a4307729f1df580a05a Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Fri, 22 Sep 2006 13:08:17 +0000 Subject: Fix warnings... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-h1x0_h3x0.c | 2 +- apps/recorder/radio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c index af52b5c60d..aee3aa5a8d 100644 --- a/apps/keymaps/keymap-h1x0_h3x0.c +++ b/apps/keymaps/keymap-h1x0_h3x0.c @@ -693,7 +693,7 @@ static const struct button_mapping *remote_btn_ctxt_quickscreen = 0, *remote_btn_ctxt_pitchscreen = 0, *remote_btn_ctxt_recscreen = 0, - *remote_btn_ctxt_keyboard = 0; + *remote_btn_ctxt_keyboard = 0, *remote_btn_ctxt_radio = 0; static int _remote_type = -1; /*safe value, forces the first press to init the mappings */ diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index 6410bdbc10..5b8faafae5 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -1237,7 +1237,7 @@ int handle_radio_presets_cb(int key, int m) #ifdef FM_PRESET case ACTION_STD_QUICKSCREEN: menu_draw(m); - key = ACTION_STD_EXIT; /* Fake an exit */ + key = ACTION_STD_CANCEL; /* Fake an exit */ break; #endif #endif -- cgit v1.2.3