summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-player.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-player.c')
-rw-r--r--apps/keymaps/keymap-player.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-player.c b/apps/keymaps/keymap-player.c
index a3165b2498..7fadf931d4 100644
--- a/apps/keymaps/keymap-player.c
+++ b/apps/keymaps/keymap-player.c
@@ -94,7 +94,7 @@ static const struct button_mapping remote_button_context_standard[] = {
94 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE }, 94 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
95 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE }, 95 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
96 96
97 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 97 LAST_ITEM_IN_LIST
98}; 98};
99 99
100static const struct button_mapping remote_button_context_wps[] = { 100static const struct button_mapping remote_button_context_wps[] = {