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 c2606e1fe3..f22163ae25 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -108,7 +108,7 @@ struct filetype {
108}; 108};
109 109
110 110
111/* using attribute bits not used by FAT (FAT uses lower 6) */ 111/* using attribute bits not used by FAT (FAT uses lower 7) */
112 112
113#define TREE_ATTR_THUMBNAIL 0x0080 /* corresponding .talk file exists */ 113#define TREE_ATTR_THUMBNAIL 0x0080 /* corresponding .talk file exists */
114 114