diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index aee31f017851..81b96e652674 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); }