aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
authorTor Arntsen <tor@spacetec.no>2010-05-16 22:01:17 +0200
committerKamil Dudka <kdudka@redhat.com>2010-05-16 22:34:02 +0200
commitdcc061543af355d0b8f30d9bfbbd67ebcb0e5752 (patch)
tree186a0fb65f5c74b649a3bc4b0fc364bca563143d /lib/strerror.c
parent2ffe834bffa893efcd8942736ab14e311a0087b3 (diff)
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).
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index 6fde47702..e8ecea59f 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: