Fix warning on Fuze+ introduced by a09d4adb

Change-Id: Ie39ef6f32578ecced81db9f04c49eeb9d58a128f
This commit is contained in:
Solomon Peachy 2019-08-03 21:24:35 -04:00
parent 9d79cefc91
commit 4209c09770
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static const struct button_mapping button_context_list[] = {
{ ACTION_LISTTREE_PGDOWN, BUTTON_BOTTOMRIGHT|BUTTON_REPEAT, BUTTON_NONE },
#ifdef HAVE_HOTKEY //on some gesture later?
{ ACTION_TREE_HOTKEY, BUTTON_BOTTOMRIGHT|BUTTON_REL, BUTTON_BOTTOMRIGHT },
#endif*/
#endif
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
}; /* button_context_list */