1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 20:15:03 -05:00

imap: fix autobuild warning

Removed whitespace from imap_perform()
This commit is contained in:
Steve Holme 2013-02-28 10:23:50 +00:00
parent 17f032c0d9
commit 692ef0e158

View File

@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
} }
else else
result = imap_select(conn); result = imap_select(conn);
if(result) if(result)
return result; return result;