summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index e9a648ed80..da0e54c815 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -992,6 +992,9 @@ static bool dirbrowse(void)
992#endif 992#endif
993 993
994 case TREE_MENU: 994 case TREE_MENU:
995#ifdef TREE_RC_MENU
996 case TREE_RC_MENU:
997#endif
995#ifdef TREE_MENU_PRE 998#ifdef TREE_MENU_PRE
996 if (lastbutton != TREE_MENU_PRE) 999 if (lastbutton != TREE_MENU_PRE)
997 break; 1000 break;