Fix typo.

Submitted by:	pawel dot worach at gmail dot com
MFC after:	3 days
This commit is contained in:
Nathan Whitehorn 2012-04-04 23:14:01 +00:00
parent 084c471979
commit ae2e7abf3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233904

View File

@ -147,7 +147,7 @@ newfs_command(const char *fstype, char *command, int use_default)
strcat(command, "-F 32 ");
else if (strcmp(items[i].name, "FAT16") == 0)
strcat(command, "-F 16 ");
else if (strcmp(items[i].name, "SUJ") == 0)
else if (strcmp(items[i].name, "FAT12") == 0)
strcat(command, "-F 12 ");
}
} else {