mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a style bug: remove a gratuitous space between ( and ".
Ok'ed by: fjoe
This commit is contained in:
parent
5fe155d0fd
commit
8f28fe7f42
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue