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 7c21dfecdf..b482682e67 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1127,7 +1127,7 @@ static bool dirbrowse(void)
1127 lastfilter = *tc.dirfilter; 1127 lastfilter = *tc.dirfilter;
1128 lastsortcase = global_settings.sort_case; 1128 lastsortcase = global_settings.sort_case;
1129 restore = true; 1129 restore = true;
1130 while (button_get(false)); /* clear button queue */ 1130 button_clear_queue(); /* clear button queue */
1131 } 1131 }
1132 1132
1133 if (exit_func) 1133 if (exit_func)