Ignore:
File:
1 edited

Legend:

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

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