1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Compiler warning fix

This commit is contained in:
Yang Tse 2006-10-21 10:54:41 +00:00
parent 7575e6afc4
commit 33acd6f041

View File

@ -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;