mirror of
https://github.com/curl/curl.git
synced 2025-09-26 22:16:50 +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
|
@ -423,7 +423,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
||||||
/* Do we have a valid response? */
|
/* Do we have a valid response? */
|
||||||
if(len >= 2 && !memcmp("* ", line, 2)) {
|
if(len >= 2 && !memcmp("* ", line, 2)) {
|
||||||
*resp = '*';
|
*resp = '*';
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user