1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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
result = imap_select(conn);
if(result)
return result;