From 338b31a37567fb4e66d4918d3261ab3dbde05055 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Feb 1997 09:33:43 +0000 Subject: Various minor bugfixes. svn path=/trunk/; revision=859 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 39f70074..1a2dc8dc 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -233,7 +233,7 @@ int main (int argc, char **argv) if (check_only) { fprintf(stderr, - "fetchmail: can't check mail while another fetchmail to same host is running."); + "fetchmail: can't check mail while another fetchmail to same host is running.\n"); return(PS_EXCLUDE); } else if (!implicitmode) -- cgit v1.2.3