1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

imap: Corrected spacing of trailing brace

This commit is contained in:
Steve Holme 2013-02-24 12:05:15 +00:00
parent 66149248ba
commit 1ff6a8338d

View File

@ -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;
} }