mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Print a newline after the error message.
PR: bin/168447 Submitted by: Boris Kochergin
This commit is contained in:
parent
b90559c429
commit
2923ae8a85
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ checkfilesys(const char *fname)
|
|||
|
||||
if (dosfs < 0) {
|
||||
perr("Can't open `%s'", fname);
|
||||
printf("\n");
|
||||
return 8;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue