Print a newline after the error message.
PR: bin/168447 Submitted by: Boris Kochergin
This commit is contained in:
parent
b90559c429
commit
2923ae8a85
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242511
@ -68,6 +68,7 @@ checkfilesys(const char *fname)
|
|||||||
|
|
||||||
if (dosfs < 0) {
|
if (dosfs < 0) {
|
||||||
perr("Can't open `%s'", fname);
|
perr("Can't open `%s'", fname);
|
||||||
|
printf("\n");
|
||||||
return 8;
|
return 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user