An update had added a couple of lines with DOS line endings,
and some compilers will choke on that (e.g. the Tru64 compiler).
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\r
+ /* 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);
return "Unable to parse FTP file list";
case CURLE_CHUNK_FAILED:
- return "Chunk callback failed";\r
+ return "Chunk callback failed";
/* error codes not used by current libcurl */
case CURLE_OBSOLETE4: