summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index c9ce0805aa..3bb895cdc8 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -68,7 +68,7 @@ struct fat_dir
68{ 68{
69 unsigned int entry; 69 unsigned int entry;
70 unsigned int entrycount; 70 unsigned int entrycount;
71 int sector; 71 long sector;
72 struct fat_file file; 72 struct fat_file file;
73 unsigned char sectorcache[3][SECTOR_SIZE]; 73 unsigned char sectorcache[3][SECTOR_SIZE];
74}; 74};