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, 2 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 97c7557d3f..83be023475 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -782,6 +782,8 @@ static bool dirbrowse(void)
782 attr = TREE_ATTR_MPA; 782 attr = TREE_ATTR_MPA;
783 tagtree_get_filename(&tc, buf, sizeof(buf)); 783 tagtree_get_filename(&tc, buf, sizeof(buf));
784 } 784 }
785 else
786 attr = ATTR_DIRECTORY;
785 } 787 }
786 else 788 else
787 { 789 {