mirror of
https://github.com/curl/curl.git
synced 2026-07-22 16:17:16 +03:00
email: Corrected a couple of typos from commit aa0eaef483
This commit is contained in:
parent
e232f5f3f9
commit
cfdfdcdd9d
2 changed files with 2 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ static void pop3_get_message(char *buffer, char** outptr)
|
|||
message[len] != '\t')
|
||||
break;
|
||||
|
||||
/* Terminate the challenge */
|
||||
/* Terminate the message */
|
||||
if(++len) {
|
||||
message[len] = '\0';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -328,7 +328,7 @@ static void smtp_get_message(char *buffer, char** outptr)
|
|||
message[len] != '\t')
|
||||
break;
|
||||
|
||||
/* Terminate the challenge */
|
||||
/* Terminate the message */
|
||||
if(++len) {
|
||||
message[len] = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue