From c5b98ef61d504239bd2e1470af7539364f3e0e53 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 18 Dec 2000 21:14:25 +0000 Subject: Add a missing period and newline to a message. PR: 23334 Submitted by: Rich Morin --- sbin/fsck_ffs/utilities.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/fsck_ffs') diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index aee31f0..81b96e6 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -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); } -- cgit v1.1