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 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) |