imap: Corrected comment in imap_endofresp()

This commit is contained in:
Steve Holme 2013-02-26 20:40:22 +00:00
parent ce9a0a6d65
commit acd22f05dd
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
return TRUE;
}
/* Do we have an untagged command response */
/* Do we have an untagged command response? */
if(len >= 2 && !memcmp("* ", line, 2)) {
switch(imapc->state) {
/* States which are interested in untagged responses */