summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/url.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-16 19:15:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-16 19:15:42 (GMT)
commit083aba04cfe2dba29b267100f52d2387f35dd487 (patch)
tree70d74e022901bc1aa34ed01be127c9fe6c80b982 /Source/CTest/Curl/url.c
parentb524f7573bcc09249006a529ba8c1e2aba8283f4 (diff)
downloadCMake-083aba04cfe2dba29b267100f52d2387f35dd487.zip
CMake-083aba04cfe2dba29b267100f52d2387f35dd487.tar.gz
CMake-083aba04cfe2dba29b267100f52d2387f35dd487.tar.bz2
ERR: Attempt to remove more warnings
Diffstat (limited to 'Source/CTest/Curl/url.c')
-rw-r--r--Source/CTest/Curl/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/url.c b/Source/CTest/Curl/url.c
index 6714a79..5d9250b 100644
--- a/Source/CTest/Curl/url.c
+++ b/Source/CTest/Curl/url.c
@@ -973,10 +973,10 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...)
}
}
}
+ break;
#else
return CURLE_SSL_ENGINE_NOTFOUND;
#endif
- break;
case CURLOPT_SSLENGINE_DEFAULT:
/*
* flag to set engine as default.