From: Tor Arntsen Date: Sun, 16 May 2010 20:01:17 +0000 (+0200) Subject: lib: Change some CRLF line endings to LF X-Git-Tag: curl-7_21_0~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcc061543af355d0b8f30d9bfbbd67ebcb0e5752;p=thirdparty%2Fcurl.git lib: Change some CRLF line endings to LF An update had added a couple of lines with DOS line endings, and some compilers will choke on that (e.g. the Tru64 compiler). --- diff --git a/lib/multi.c b/lib/multi.c index 34d7eccbbc..44771a309b 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1462,7 +1462,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, if(easy->easy_handle->set.wildcardmatch) { if(easy->easy_handle->wildcard.state != CURLWC_DONE) { - /* if a wildcard is set and we are not ending -> lets start again + /* if a wildcard is set and we are not ending -> lets start again with CURLM_STATE_INIT */ result = CURLM_CALL_MULTI_PERFORM; multistate(easy, CURLM_STATE_INIT); diff --git a/lib/strerror.c b/lib/strerror.c index 6fde477021..e8ecea59fd 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -279,7 +279,7 @@ curl_easy_strerror(CURLcode error) return "Unable to parse FTP file list"; case CURLE_CHUNK_FAILED: - return "Chunk callback failed"; + return "Chunk callback failed"; /* error codes not used by current libcurl */ case CURLE_OBSOLETE4: