diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 10:23:50 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-28 10:23:50 +0000 |
commit | 692ef0e1582703e8b55192dceff5ad95aae1eb54 (patch) | |
tree | 6b121561deb962eee0d4c21519c8f3f35dfe2991 | |
parent | 17f032c0d9ba09e1e5a2f8682d3dc98d234a1811 (diff) |
imap: fix autobuild warning
Removed whitespace from imap_perform()
-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 7adc5a0bb..8c1ea01d6 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected, } else result = imap_select(conn); - + if(result) return result; |