diff options
Diffstat (limited to 'util-linux/mkfs_vfat.c')
-rw-r--r-- | util-linux/mkfs_vfat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index 54c068d..a9a65aa 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) int dev; unsigned bytes_per_sect; unsigned sect_per_fat; - unsigned opts; + unsigned opts; uint16_t sect_per_track; uint8_t media_byte; uint8_t sect_per_clust; |