Fix typo.
Submitted by: pawel dot worach at gmail dot com MFC after: 3 days
This commit is contained in:
parent
084c471979
commit
ae2e7abf3c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user