aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
diff options
context:
space:
mode:
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;
}