summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 44ade04d29..1ffbaa47fe 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1351,7 +1351,7 @@ static bool dirbrowse(const char *root, const int *dirfilter)
1351 break; 1351 break;
1352#endif 1352#endif
1353 1353
1354#ifdef HAVE_RECORDER_KEYPAD 1354#if CONFIG_KEYPAD == RECORDER_PAD
1355 case BUTTON_F2: 1355 case BUTTON_F2:
1356 if (*dirfilter < NUM_FILTER_MODES) 1356 if (*dirfilter < NUM_FILTER_MODES)
1357 { 1357 {