Skip to content
Snippets Groups Projects
Commit bd2db872 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed error message

parent df3ca591
No related branches found
No related tags found
No related merge requests found
......@@ -152,8 +152,8 @@ curl_easy_strerror(CURLcode error)
case CURLE_SSL_CONNECT_ERROR:
return "SSL connect error";
case CURLE_FTP_BAD_DOWNLOAD_RESUME:
return "couldn't resume FTP download";
case CURLE_BAD_DOWNLOAD_RESUME:
return "couldn't resume download";
case CURLE_FILE_COULDNT_READ_FILE:
return "couldn't read a file:// file";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment