aboutsummaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-10-15 20:28:03 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-10-15 20:28:03 +0000
commit2260c8aa11ef1bb0d7e119ad523ee0387647d9e7 (patch)
tree438d8a45a2744318d2e8360657750005ff43a904 /lib/strerror.c
parent97eb62aff8c0a512e357bc205286f304c09c80e6 (diff)
Replace ";;" with ";".
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index 5b01a2297..5a1a83dd1 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -245,28 +245,28 @@ curl_easy_strerror(CURLcode error)
return "Send failed since rewinding of the data stream failed";
case CURLE_LOGIN_DENIED:
- return "FTP: login denied";;
+ return "FTP: login denied";
case CURLE_TFTP_NOTFOUND:
- return "TFTP: File Not Found";;
+ return "TFTP: File Not Found";
case CURLE_TFTP_PERM:
- return "TFTP: Access Violation";;
+ return "TFTP: Access Violation";
case CURLE_TFTP_DISKFULL:
- return "TFTP: Disk full or allocation exceeded";;
+ return "TFTP: Disk full or allocation exceeded";
case CURLE_TFTP_ILLEGAL:
- return "TFTP: Illegal operation";;
+ return "TFTP: Illegal operation";
case CURLE_TFTP_UNKNOWNID:
- return "TFTP: Unknown transfer ID";;
+ return "TFTP: Unknown transfer ID";
case CURLE_TFTP_EXISTS:
- return "TFTP: File already exists";;
+ return "TFTP: File already exists";
case CURLE_TFTP_NOSUCHUSER:
- return "TFTP: No such user";;
+ return "TFTP: No such user";
case CURLE_CONV_FAILED:
return "conversion failed";