mirror of
https://github.com/curl/curl.git
synced 2026-07-06 04:07:15 +03:00
Compiler warning fix
This commit is contained in:
parent
7575e6afc4
commit
33acd6f041
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ static CURLMcode perform(CURLM * multi)
|
|||
}
|
||||
|
||||
/* We only reach this point if (mp_timedout) */
|
||||
fprintf(stderr, "mp_timedout\n");
|
||||
if (mp_timedout) fprintf(stderr, "mp_timedout\n");
|
||||
fprintf(stderr, "ABORTING TEST, since it seems "
|
||||
"that it would have run forever.\n");
|
||||
return (CURLMcode) ~CURLM_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue