summaryrefslogtreecommitdiff
path: root/apps/keymaps
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-09-22 13:08:17 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-09-22 13:08:17 +0000
commit4598feec49e326d50d782a4307729f1df580a05a (patch)
tree8356f9fc181dba8b70c637760fd7b1fe62cdc4d9 /apps/keymaps
parenta982365711606589e41a8fcaab0adb2aa1ab89ee (diff)
downloadrockbox-4598feec49e326d50d782a4307729f1df580a05a.tar.gz
rockbox-4598feec49e326d50d782a4307729f1df580a05a.zip
Fix warnings...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11025 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c2
1 files changed, 1 insertions, 1 deletions
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
693 *remote_btn_ctxt_quickscreen = 0, 693 *remote_btn_ctxt_quickscreen = 0,
694 *remote_btn_ctxt_pitchscreen = 0, 694 *remote_btn_ctxt_pitchscreen = 0,
695 *remote_btn_ctxt_recscreen = 0, 695 *remote_btn_ctxt_recscreen = 0,
696 *remote_btn_ctxt_keyboard = 0; 696 *remote_btn_ctxt_keyboard = 0,
697 *remote_btn_ctxt_radio = 0; 697 *remote_btn_ctxt_radio = 0;
698 698
699static int _remote_type = -1; /*safe value, forces the first press to init the mappings */ 699static int _remote_type = -1; /*safe value, forces the first press to init the mappings */