1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

email: Corrected a couple of typos from commit aa0eaef483

This commit is contained in:
Steve Holme 2013-10-30 21:25:15 +00:00
parent e232f5f3f9
commit cfdfdcdd9d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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