Print a newline after the error message.
PR: bin/168447 Submitted by: Boris Kochergin
This commit is contained in:
parent
6b93860fca
commit
cbe11b3709
@ -68,6 +68,7 @@ checkfilesys(const char *fname)
|
||||
|
||||
if (dosfs < 0) {
|
||||
perr("Can't open `%s'", fname);
|
||||
printf("\n");
|
||||
return 8;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user