From 41b67bfd321c44c6aa250502a3f49e893861548d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Sep 1999 10:31:28 +0000 Subject: Add explicit \n. svn path=/trunk/; revision=2558 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index ae6649ef..b8e950ef 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1101,7 +1101,7 @@ static int load_params(int argc, char **argv, int optind) if (!leadname) { report(stderr, - _("Lead server has no name.")); + _("Lead server has no name.\n")); exit(PS_SYNTAX); } -- cgit v1.2.3