mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
curl_multi_perform.md: fix typo
Reported-by: Dylam De La Torre Fixes https://github.com/curl/curl/issues/15339
This commit is contained in:
parent
6847733191
commit
547d600476
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ removing all the handles and adding new ones.
|
|||
int main(void)
|
||||
{
|
||||
int still_running;
|
||||
CURL *multi = curl_multi_init();
|
||||
CURLM *multi = curl_multi_init();
|
||||
CURL *curl = curl_easy_init();
|
||||
if(curl) {
|
||||
curl_multi_add_handle(multi, curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue