aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-14 10:31:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-14 10:31:28 +0000
commit41b67bfd321c44c6aa250502a3f49e893861548d (patch)
treea3f320b8340d9fa63a31b18b572eae5bda50bf6d /fetchmail.c
parent4ffbfff5fb9bf36ce88710470f7464ddb19fe35e (diff)
downloadfetchmail-41b67bfd321c44c6aa250502a3f49e893861548d.tar.gz
fetchmail-41b67bfd321c44c6aa250502a3f49e893861548d.tar.bz2
fetchmail-41b67bfd321c44c6aa250502a3f49e893861548d.zip
Add explicit \n.
svn path=/trunk/; revision=2558
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 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);
}