From 582bdf7fc720ef0e6808aea3143a751bea0cbff8 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 24 Aug 2005 04:53:30 +0000 Subject: 2005-08-23 Martin Hunt * librelay.c (merge_output): Don't add an extra \n. --- runtime/stpd/librelay.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/stpd/librelay.c') diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index b265d0bc..f3bf2a9f 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -534,8 +534,6 @@ static int merge_output(void) num[j] = 0; } while (min); - if (!quiet) - fputs ("\n", stdout); if (!print_only) fputs ("\n", ofp); -- cgit