mirror of
https://github.com/curl/curl.git
synced 2026-07-23 08:37:16 +03:00
imap: Corrected spacing of trailing brace
This commit is contained in:
parent
66149248ba
commit
1ff6a8338d
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
|
|||
else {
|
||||
failf(conn->data, "Bad tagged response");
|
||||
*resp = -1;
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue