summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ondio.c
diff options
context:
space:
mode:
authorMarc Guay <marcguay@rockbox.org>2008-06-30 02:42:05 +0000
committerMarc Guay <marcguay@rockbox.org>2008-06-30 02:42:05 +0000
commitd40d17829f6a3d7b097400fca975a64c7fca09ca (patch)
tree36b1a9c8b097e9ce24329629ee0ee864546bc89b /apps/keymaps/keymap-ondio.c
parent84dbc76522c181a65d354acd9aa9d83d861f1ff5 (diff)
downloadrockbox-d40d17829f6a3d7b097400fca975a64c7fca09ca.tar.gz
rockbox-d40d17829f6a3d7b097400fca975a64c7fca09ca.zip
Fix up and finish what I started with r17886.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17888 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps/keymap-ondio.c')
-rw-r--r--apps/keymaps/keymap-ondio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-ondio.c b/apps/keymaps/keymap-ondio.c
index 6d2bdeffcd..f6459a285c 100644
--- a/apps/keymaps/keymap-ondio.c
+++ b/apps/keymaps/keymap-ondio.c
@@ -133,7 +133,7 @@ static const struct button_mapping button_context_pitchscreen[] = {
133 { ACTION_PS_EXIT, BUTTON_OFF, BUTTON_NONE }, 133 { ACTION_PS_EXIT, BUTTON_OFF, BUTTON_NONE },
134 134
135 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 135 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
136}; /* button_context_quickscreen */ 136}; /* button_context_pitchscreen */
137 137
138static const struct button_mapping button_context_recscreen[] = { 138static const struct button_mapping button_context_recscreen[] = {
139 { ACTION_REC_PAUSE, BUTTON_MENU|BUTTON_REL, BUTTON_MENU }, 139 { ACTION_REC_PAUSE, BUTTON_MENU|BUTTON_REL, BUTTON_MENU },