Print a newline after the error message.

PR:		bin/168447
Submitted by:	Boris Kochergin
This commit is contained in:
jh 2012-11-03 09:18:37 +00:00
parent 6b93860fca
commit cbe11b3709

View File

@ -68,6 +68,7 @@ checkfilesys(const char *fname)
if (dosfs < 0) {
perr("Can't open `%s'", fname);
printf("\n");
return 8;
}