diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-24 12:05:15 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-24 12:05:15 +0000 |
commit | 1ff6a8338df31c1153d6627e4b7b42e90b34d9ab (patch) | |
tree | a28c3965c92c90111be49ef970dc230a0d6f0c9f /lib | |
parent | 66149248ba8af1f711c6cb6b1522b050515ad529 (diff) |
imap: Corrected spacing of trailing brace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index 559ae0bba..ba1f6fd8b 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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; } |