aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-04 18:36:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-04 18:36:56 +0000
commitc666c3761ccbc327ba782cf173799a794998b3cd (patch)
tree98a8d4f64317d424ac34c0adb337da12ed4cb076
parentfdb1789145dbf7d5c1525c9e031fa8908af69654 (diff)
downloadfetchmail-c666c3761ccbc327ba782cf173799a794998b3cd.tar.gz
fetchmail-c666c3761ccbc327ba782cf173799a794998b3cd.tar.bz2
fetchmail-c666c3761ccbc327ba782cf173799a794998b3cd.zip
Message fix.
svn path=/trunk/; revision=217
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
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);