imap: Corrected a whitespace issue from previous commit

Fixed a small whitespace issue that crept in there in commit
508cdf4da4.
This commit is contained in:
Steve Holme 2013-02-12 23:05:14 +00:00
parent 508cdf4da4
commit d713e9a207
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
/* Do we have a valid response? */
if(len >= 2 && !memcmp("* ", line, 2)) {
*resp = '*';
return TRUE;
}
}