diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |