aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-23 15:21:41 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-23 15:21:41 +0000
commita63d18a35d744f32ba706aba48b31b79d8910ccc (patch)
treee61a6b7a3b88d17f92b5e56efefa6f805581d578 /smtp.c
parent2ec53de9a53e35f134874ac4218a0df47173fabf (diff)
downloadfetchmail-a63d18a35d744f32ba706aba48b31b79d8910ccc.tar.gz
fetchmail-a63d18a35d744f32ba706aba48b31b79d8910ccc.tar.bz2
fetchmail-a63d18a35d744f32ba706aba48b31b79d8910ccc.zip
Be nore explicit.
svn path=/trunk/; revision=369
Diffstat (limited to 'smtp.c')
-rw-r--r--smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtp.c b/smtp.c
index 07f83093..1e8de950 100644
--- a/smtp.c
+++ b/smtp.c
@@ -85,7 +85,7 @@ int SMTP_eom(int socket)
SockPrintf(socket,".\r\n");
if (outlevel == O_VERBOSE)
- fprintf(stderr, "SMTP> (EOM)\n");
+ fprintf(stderr, "SMTP>. (EOM)\n");
ok = SMTP_ok(socket,NULL);
return ok;
}