aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-29 21:38:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-29 21:38:45 +0000
commit9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec (patch)
treebd79539b349ec8ac7b7950e3f2c7e35c43143247 /fetchmail.c
parentce8ceff179e243c0c34f785e6307f87a015f3fe1 (diff)
downloadfetchmail-9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec.tar.gz
fetchmail-9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec.tar.bz2
fetchmail-9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec.zip
Cosmetic fix.
svn path=/trunk/; revision=2029
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index c27a743a..a9d52ac8 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1363,9 +1363,9 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit)
{
printf(" Server aliases will be compared with multidrop addresses by ");
if (ctl->server.checkalias)
- printf("IP address.");
+ printf("IP address.\n");
else
- printf("name.");
+ printf("name.\n");
}
if (ctl->server.envelope == STRING_DISABLED)
printf(" Envelope-address routing is disabled\n");