summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-recorder.c')
-rw-r--r--apps/keymaps/keymap-recorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c
index 6fe59a819d..01a6a0df11 100644
--- a/apps/keymaps/keymap-recorder.c
+++ b/apps/keymaps/keymap-recorder.c
@@ -171,7 +171,7 @@ static const struct button_mapping remote_button_context_standard[] = {
171 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE }, 171 { ACTION_STD_CANCEL, BUTTON_RC_STOP, BUTTON_NONE },
172 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE }, 172 { ACTION_STD_OK, BUTTON_RC_PLAY, BUTTON_NONE },
173 173
174 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 174 LAST_ITEM_IN_LIST
175}; 175};
176 176
177static const struct button_mapping remote_button_context_wps[] = { 177static const struct button_mapping remote_button_context_wps[] = {