mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
imap: Corrected spacing of trailing brace
This commit is contained in:
parent
66149248ba
commit
1ff6a8338d
@ -347,7 +347,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
|||||||
else {
|
else {
|
||||||
failf(conn->data, "Bad tagged response");
|
failf(conn->data, "Bad tagged response");
|
||||||
*resp = -1;
|
*resp = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user