diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-14 20:06:03 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-14 20:06:03 +0000 |
commit | 4f328b85c3c037b98bf317d4e3f702f9cb22c28e (patch) | |
tree | ec9e611af1ad64ba3e8a1c07eafb287a9b393a12 | |
parent | 92a537a2bb05e719eec1db49d6822a07a0da7f08 (diff) |
smtp.c: Fixed a trailing whitespace
Remove tailing whitespace introduced in commit 7ed689d24a4e.
-rw-r--r-- | lib/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smtp.c b/lib/smtp.c index 8e30a035a..fc080ee9b 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -911,7 +911,7 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn, /* For the final responses to the AUTH sequence */ static CURLcode smtp_state_auth_final_resp(struct connectdata *conn, - int smtpcode, + int smtpcode, smtpstate instate) { CURLcode result = CURLE_OK; |