From ff594d0023dbb05e3c6586bbf3be3fdaf6bf8039 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 24 Feb 2010 01:59:12 +0100 Subject: Remove excess .\n from tracepolls -V dump. --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 5d02a289..b865d092 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1949,7 +1949,7 @@ static void dump_params (struct runctl *runp, if (ctl->server.tracepolls) printf(GT_(" Poll trace information will be added to the Received header.\n")); else if (outlevel >= O_VERBOSE) - printf(GT_(" No poll trace information will be added to the Received header.\n.\n")); + printf(GT_(" No poll trace information will be added to the Received header.\n")); switch (ctl->server.badheader) { case BHREJECT: -- cgit v1.2.3