mirror of
https://github.com/curl/curl.git
synced 2026-08-05 04:36:14 +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
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue