Commit ef267ab4 authored by Yang Tse's avatar Yang Tse
Browse files

Replace tabs with spaces and Compiler warning fix.

parent 4f6ed683
Loading
Loading
Loading
Loading
+54 −54
Original line number Diff line number Diff line
@@ -46,12 +46,12 @@ static CURLMcode perform(CURLM * multi)
    if (select(maxfd + 1, &fdread, &fdwrite, &fdexcep, 0) == -1)
      return (CURLMcode) ~CURLM_OK;
  }
	if (loop <= 0) {

  /* We only reach this point if (loop <= 0) */
  fprintf(stderr, "ABORTING TEST, since it seems "
          "that it would have run forever.\n");
  return (CURLMcode) ~CURLM_OK;
}
}

int test(char *URL)
{