mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:53:06 +03:00
lib: minor comment corrections
This commit is contained in:
parent
5b060a4108
commit
2ff7cd75c7
2 changed files with 1 additions and 2 deletions
|
|
@ -1623,7 +1623,6 @@ static CURLcode multi_do(struct Curl_easy *data, bool *done)
|
|||
DEBUGASSERT(conn->handler);
|
||||
|
||||
if(conn->handler->do_it)
|
||||
/* generic protocol-specific function pointer set in curl_connect() */
|
||||
result = conn->handler->do_it(data, done);
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue