mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
email: Corrected a couple of typos from commit aa0eaef483
This commit is contained in:
parent
e232f5f3f9
commit
cfdfdcdd9d
@ -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…
Reference in New Issue
Block a user