summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-ma.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-ma.c')
-rw-r--r--apps/keymaps/keymap-ma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-ma.c b/apps/keymaps/keymap-ma.c
index e1740b697b..28220d9f50 100644
--- a/apps/keymaps/keymap-ma.c
+++ b/apps/keymaps/keymap-ma.c
@@ -183,7 +183,7 @@ static const struct button_mapping button_context_tree_scroll_lr[] = {
183/** Yes/No Screen **/ 183/** Yes/No Screen **/
184static const struct button_mapping button_context_yesnoscreen[] = { 184static const struct button_mapping button_context_yesnoscreen[] = {
185 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE }, 185 { ACTION_YESNO_ACCEPT, BUTTON_PLAY, BUTTON_NONE },
186 LAST_ITEM_IN_LIST 186 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
187}; /* button_context_settings_yesnoscreen */ 187}; /* button_context_settings_yesnoscreen */
188 188
189/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */ 189/* get_context_mapping returns a pointer to one of the above defined arrays depending on the context */