From ba2d38a46e4c2d196066b45d1611985eeff48f91 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Fri, 8 Oct 1982 02:40:50 -0800 Subject: [PATCH] format fix SCCS-vsn: sbin/dump/main.c 1.9 --- usr/src/sbin/dump/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sbin/dump/main.c b/usr/src/sbin/dump/main.c index 62eff4bca6..8ef8720cb9 100644 --- a/usr/src/sbin/dump/main.c +++ b/usr/src/sbin/dump/main.c @@ -1,4 +1,4 @@ -static char *sccsid = "@(#)main.c 1.8 (Berkeley) %G%"; +static char *sccsid = "@(#)main.c 1.9 (Berkeley) %G%"; #include "dump.h" int notify = 0; /* notify operator flag */ @@ -157,7 +157,7 @@ main(argc, argv) msg("Dumping %s ", disk); if (dt != 0) msgtail("(%s) ", dt->fs_file); - msgtail("to %s", tape); + msgtail("to %s\n", tape); #ifdef RDUMP msgtail(" on host %s\n", host); #endif -- 2.20.1