Commit 33acd6f0 authored by Yang Tse's avatar Yang Tse
Browse files

Compiler warning fix

parent 7575e6af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;