summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/include/dircache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h
index 0950d0078b..16382ed277 100644
--- a/firmware/include/dircache.h
+++ b/firmware/include/dircache.h
@@ -88,7 +88,6 @@ struct dirent_cached {
88typedef struct { 88typedef struct {
89 bool busy; 89 bool busy;
90 struct dirent_cached theent; /* .attribute is set to -1 on init(opendir) */ 90 struct dirent_cached theent; /* .attribute is set to -1 on init(opendir) */
91 /* the two following field can't be used at the same time so have an union */
92 struct dircache_entry *internal_entry; /* the current entry in the directory */ 91 struct dircache_entry *internal_entry; /* the current entry in the directory */
93 DIR_UNCACHED *regulardir; 92 DIR_UNCACHED *regulardir;
94} DIR_CACHED; 93} DIR_CACHED;