1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

smtp: Fix trailing whitespace warning

This commit is contained in:
Steve Holme 2013-05-04 18:37:50 +01:00
parent f3d10aa0d4
commit 52d72e66c2

View File

@ -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;