summaryrefslogtreecommitdiff
path: root/libparted/fs/r/fat/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/r/fat/fat.h')
-rw-r--r--libparted/fs/r/fat/fat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparted/fs/r/fat/fat.h b/libparted/fs/r/fat/fat.h
index d2ac2aa..943c5e5 100644
--- a/libparted/fs/r/fat/fat.h
+++ b/libparted/fs/r/fat/fat.h
@@ -77,8 +77,8 @@ struct __attribute__ ((packed)) _FatDirEntry {
};
struct _FatSpecific {
- FatBootSector boot_sector; /* structure of boot sector */
- FatInfoSector info_sector; /* fat32-only information sector */
+ FatBootSector *boot_sector; /* structure of boot sector */
+ FatInfoSector *info_sector; /* fat32-only information sector */
int logical_sector_size; /* illogical sector size :-) */
PedSector sector_count;