summaryrefslogtreecommitdiff
path: root/firmware/common/dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/dir.h')
-rw-r--r--firmware/common/dir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/common/dir.h b/firmware/common/dir.h
index e03d50901c..274c0b1ea4 100644
--- a/firmware/common/dir.h
+++ b/firmware/common/dir.h
@@ -32,6 +32,7 @@ struct dirent {
32 unsigned char d_name[256]; 32 unsigned char d_name[256];
33 int attribute; 33 int attribute;
34 int size; 34 int size;
35 int startcluster;
35}; 36};
36#endif 37#endif
37 38