mirror of
https://github.com/curl/curl.git
synced 2025-09-29 07:26:48 +03:00
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).
This commit is contained in:
parent
2ffe834bff
commit
dcc061543a
|
@ -1462,7 +1462,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
|
||||||
|
|
||||||
if(easy->easy_handle->set.wildcardmatch) {
|
if(easy->easy_handle->set.wildcardmatch) {
|
||||||
if(easy->easy_handle->wildcard.state != CURLWC_DONE) {
|
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 */
|
with CURLM_STATE_INIT */
|
||||||
result = CURLM_CALL_MULTI_PERFORM;
|
result = CURLM_CALL_MULTI_PERFORM;
|
||||||
multistate(easy, CURLM_STATE_INIT);
|
multistate(easy, CURLM_STATE_INIT);
|
||||||
|
|
|
@ -279,7 +279,7 @@ curl_easy_strerror(CURLcode error)
|
||||||
return "Unable to parse FTP file list";
|
return "Unable to parse FTP file list";
|
||||||
|
|
||||||
case CURLE_CHUNK_FAILED:
|
case CURLE_CHUNK_FAILED:
|
||||||
return "Chunk callback failed";
|
return "Chunk callback failed";
|
||||||
|
|
||||||
/* error codes not used by current libcurl */
|
/* error codes not used by current libcurl */
|
||||||
case CURLE_OBSOLETE4:
|
case CURLE_OBSOLETE4:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user