aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-10 09:33:43 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-10 09:33:43 +0000
commit338b31a37567fb4e66d4918d3261ab3dbde05055 (patch)
tree738dbc8fc37f1ff03527ab5c29deafef6830974d /fetchmail.c
parent0d7fbc620d1f848846f5523486fe1456fac20d60 (diff)
downloadfetchmail-338b31a37567fb4e66d4918d3261ab3dbde05055.tar.gz
fetchmail-338b31a37567fb4e66d4918d3261ab3dbde05055.tar.bz2
fetchmail-338b31a37567fb4e66d4918d3261ab3dbde05055.zip
Various minor bugfixes.
svn path=/trunk/; revision=859
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 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)