aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-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);