Correct a style bug: remove a gratuitous space between ( and ".
Ok'ed by: fjoe
This commit is contained in:
parent
43365c0b41
commit
d3a487d586
@ -324,7 +324,7 @@ set_charset(struct msdosfs_args *args)
|
|||||||
|
|
||||||
if (modfind("msdosfs_iconv") < 0)
|
if (modfind("msdosfs_iconv") < 0)
|
||||||
if (kldload("msdosfs_iconv") < 0 || modfind("msdosfs_iconv") < 0) {
|
if (kldload("msdosfs_iconv") < 0 || modfind("msdosfs_iconv") < 0) {
|
||||||
warnx( "cannot find or load \"msdosfs_iconv\" kernel module");
|
warnx("cannot find or load \"msdosfs_iconv\" kernel module");
|
||||||
return (-1);
|
return (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user