Add a missing period and newline to a message.

PR:	23334
Submitted by:	Rich Morin <rdm@cfcl.com>
This commit is contained in:
Poul-Henning Kamp 2000-12-18 21:14:25 +00:00
parent 6715fca911
commit 70d8bdef9d
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ retry:
/* 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);
}