mirror of
https://github.com/curl/curl.git
synced 2026-05-13 07:56:22 +03:00
imap: fix autobuild warning
Removed whitespace from imap_perform()
This commit is contained in:
parent
17f032c0d9
commit
692ef0e158
1 changed files with 1 additions and 1 deletions
|
|
@ -1626,7 +1626,7 @@ static CURLcode imap_perform(struct connectdata *conn, bool *connected,
|
|||
}
|
||||
else
|
||||
result = imap_select(conn);
|
||||
|
||||
|
||||
if(result)
|
||||
return result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue