aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-05-04 18:37:50 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-05-04 18:37:50 +0100
commit52d72e66c2255085fcc7dd93e52feb301fc53ae8 (patch)
tree3ec8a96370e49fcce8350ca4bba9f847f053bdf8 /lib/smtp.c
parentf3d10aa0d4f8f8ba7ee515f2cb8c05c01acd376d (diff)
smtp: Fix trailing whitespace warning
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c
index a3014be50..065c7037f 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -1474,7 +1474,7 @@ static CURLcode smtp_done(struct connectdata *conn, CURLcode status,
result = status; /* use the already set error code */
}
else if(!data->set.connect_only) {
- /* Calculate the EOB taking into account any terminating CRLF from the
+ /* Calculate the EOB taking into account any terminating CRLF from the
previous line of the email or the CRLF of the DATA command when there
is "no mail data". RFC-5321, sect. 4.1.1.4. */
eob = SMTP_EOB;