summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 7275c9ae94..104d6c480a 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -84,7 +84,7 @@ struct tree_context {
84 * contains all files and dirs in the current 84 * contains all files and dirs in the current
85 * dir (with filters applied) */ 85 * dir (with filters applied) */
86 void* dircache; 86 void* dircache;
87 int dircache_size; 87 int dircache_count; /* Number of entries in dircache */
88 char* name_buffer; 88 char* name_buffer;
89 int name_buffer_size; 89 int name_buffer_size;
90 int dentry_size; 90 int dentry_size;