Major revamp to FAT code, fixing LFN issues and other bugs
[tpg/acess2.git] / Modules / Filesystems / FAT / fs_fat.h
index 072e2bf..f98f245 100644 (file)
@@ -75,9 +75,9 @@ struct fat_filetable_s {
 } __attribute__((packed));\r
 \r
 /**\r
- \struct fat_longfilename_s\r
- \brief Format of a long file name entry on disk\r
-*/\r
\struct fat_longfilename_s\r
\brief Format of a long file name entry on disk\r
+ */\r
 struct fat_longfilename_s {\r
        Uint8   id;     //!< ID of entry. Bit 6 is set for last entry\r
        Uint16  name1[5];       //!< 5 characters of name\r

UCC git Repository :: git.ucc.asn.au