Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r8d2dd7f2 r9f64c1e  
    136136                        /** Signature. */
    137137                        uint16_t        signature;
    138                 } fat32 __attribute__ ((packed));
     138                } __attribute__ ((packed)) fat32;
    139139        };
    140140} __attribute__ ((packed)) fat_bs_t;
Note: See TracChangeset for help on using the changeset viewer.