Add a missing period and newline to a message.
PR: 23334 Submitted by: Rich Morin <rdm@cfcl.com>
This commit is contained in:
parent
2528b6b42d
commit
7af4e14e10
@ -87,7 +87,8 @@ blockcheck(origname)
|
||||
/* remove trailing slash */
|
||||
origname[len] = '\0';
|
||||
if ((fsinfo = getfsfile(origname)) == NULL) {
|
||||
printf("Can't resolve %s to character special device",
|
||||
printf(
|
||||
"Can't resolve %s to character special device.\n",
|
||||
origname);
|
||||
return (0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user