summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-09-30 17:07:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-09-30 17:07:55 -0400
commit91197dd59b5fb7e87f34bed8518d04838d0b35ae (patch)
treef4319b4cfcc970ebeba110300ae6a4ae4aedde73 /apps
parent728299e322f173c4ade381f505c4e387fa172314 (diff)
downloadrockbox-91197dd59b5fb7e87f34bed8518d04838d0b35ae.tar.gz
rockbox-91197dd59b5fb7e87f34bed8518d04838d0b35ae.zip
xduoox3: Fix an error in a comment
Change-Id: Ic4994a7215d95f24c5d599cad762b2d0b6a03921
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-xduoox3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-xduoox3.c b/apps/keymaps/keymap-xduoox3.c
index ed217fd722..124ca06c9d 100644
--- a/apps/keymaps/keymap-xduoox3.c
+++ b/apps/keymaps/keymap-xduoox3.c
@@ -190,7 +190,7 @@ static const struct button_mapping button_context_settings_vol_is_inc[] = {
190 { ACTION_SETTINGS_DECREPEAT,BUTTON_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE }, 190 { ACTION_SETTINGS_DECREPEAT,BUTTON_VOL_DOWN|BUTTON_REPEAT, BUTTON_NONE },
191 191
192 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 192 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
193}; /* button_context_settings_right_is_inc */ 193}; /* button_context_settings_vol_is_inc */
194 194
195/** Tree **/ 195/** Tree **/
196static const struct button_mapping button_context_tree[] = { 196static const struct button_mapping button_context_tree[] = {