From c666c3761ccbc327ba782cf173799a794998b3cd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 4 Oct 1996 18:36:56 +0000 Subject: Message fix. svn path=/trunk/; revision=217 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchmail.c b/fetchmail.c index c068df0f..5b04ef58 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -165,7 +165,7 @@ char **argv; if (access(rcfile, 0)) printf("\n"); else - printf("and %s\n", rcfile); + printf(" and %s\n", rcfile); for (hostp = hostlist; hostp; hostp = hostp->next) { printf("Options for host %s:\n", hostp->servername); dump_params(hostp); -- cgit v1.2.3