From c3d7246f5b397beab22dc10d665f9b1dccfdf4a4 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 1 Dec 2000 21:37:33 +0000 Subject: [PATCH] do not print an empty line to stdout on success --- bin/nsupdate/nsupdate.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/nsupdate/nsupdate.c b/bin/nsupdate/nsupdate.c index d525adbeec..c366c329ae 100644 --- a/bin/nsupdate/nsupdate.c +++ b/bin/nsupdate/nsupdate.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nsupdate.c,v 1.69 2000/12/01 20:47:15 gson Exp $ */ +/* $Id: nsupdate.c,v 1.70 2000/12/01 21:37:33 gson Exp $ */ #include @@ -1611,7 +1611,6 @@ main(int argc, char **argv) { (void)isc_app_run(); - fprintf(stdout, "\n"); cleanup(); isc_app_finish();