Correct a style bug: remove a gratuitous space between ( and ".

Ok'ed by:	fjoe
This commit is contained in:
trhodes 2004-08-31 05:19:57 +00:00
parent 43365c0b41
commit d3a487d586

View File

@ -324,7 +324,7 @@ set_charset(struct msdosfs_args *args)
if (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);
}