From 9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 29 Jul 1998 21:38:45 +0000 Subject: Cosmetic fix. svn path=/trunk/; revision=2029 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') 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"); -- cgit v1.2.3