From: Steve Holme Date: Thu, 28 Feb 2013 10:23:50 +0000 (+0000) Subject: imap: fix autobuild warning X-Git-Tag: curl-7_30_0~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=692ef0e1582703e8b55192dceff5ad95aae1eb54;p=curl imap: fix autobuild warning Removed whitespace from imap_perform() --- 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;