mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Compiler warning fix
This commit is contained in:
parent
c818e7064f
commit
4f6ed683e8
@ -43,7 +43,7 @@ int test(char *URL)
|
||||
|
||||
interval.tv_sec = 1;
|
||||
interval.tv_usec = 0;
|
||||
int loop2 = 20;
|
||||
loop2 = 20;
|
||||
|
||||
fprintf(stderr, "curl_multi_perform()\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user