mirror of
https://github.com/curl/curl.git
synced 2026-07-23 04:27:16 +03:00
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:
parent
508cdf4da4
commit
d713e9a207
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue