From 4b157775734d3e2990927bf53491cb3956ce3eb3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 4 Nov 1996 06:03:26 +0000 Subject: Typo fix. svn path=/trunk/; revision=473 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index 5bbe37f8..14c2cfd7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -673,7 +673,7 @@ struct query *ctl; /* query parameter block */ if (ctl->timeout == CLIENT_TIMEOUT) printf(" (default).\n"); else - printf("\n."); + printf(".\n"); printf(" %s messages will be retrieved (--all %s).\n", ctl->fetchall ? "All" : "Only new", -- cgit v1.2.3