diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-18 21:14:25 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-18 21:14:25 +0000 |
| commit | 70d8bdef9d8b1df2b524ceafb1428bf39d602ec7 (patch) | |
| tree | feec6c91dcbb71a35590cd59dd70dc45c2a639fc | |
| parent | 6715fca9112576a7550f2d8683bb48a0f4ded460 (diff) | |
Notes
| -rw-r--r-- | sbin/fsck_ffs/utilities.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index aee31f017851f..81b96e6526748 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); } |
