aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mkfs_vfat.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mkfs_vfat.c')
-rw-r--r--util-linux/mkfs_vfat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c
index 54c068d0b..a9a65aa07 100644
--- a/util-linux/mkfs_vfat.c
+++ b/util-linux/mkfs_vfat.c
@@ -208,7 +208,7 @@ int mkfs_vfat_main(int argc UNUSED_PARAM, char **argv)
208 int dev; 208 int dev;
209 unsigned bytes_per_sect; 209 unsigned bytes_per_sect;
210 unsigned sect_per_fat; 210 unsigned sect_per_fat;
211 unsigned opts; 211 unsigned opts;
212 uint16_t sect_per_track; 212 uint16_t sect_per_track;
213 uint8_t media_byte; 213 uint8_t media_byte;
214 uint8_t sect_per_clust; 214 uint8_t sect_per_clust;