Skip to content
Snippets Groups Projects
Commit 33acd6f0 authored by Yang Tse's avatar Yang Tse
Browse files

Compiler warning fix

parent 7575e6af
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment