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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70166

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);
}