diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-17 03:59:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-17 03:59:02 +0000 |
commit | 98b13037e7a853d28d34a49f5d01b60480a67957 (patch) | |
tree | 246000b0dc9c0dc0fcf8513ed89c08ac046b4149 /include | |
parent | 29f09f71b4f8b8ab6df7b3ce13ae4794edb7158b (diff) | |
download | curl-98b13037e7a853d28d34a49f5d01b60480a67957.tar.gz |
remove some spurious line-endings
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 8 | ||||
-rw-r--r-- | include/curl/typecheck-gcc.h | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 0d4fdbbb2..daa925fa8 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -1144,10 +1144,10 @@ typedef enum { /* "name" and "pwd" to use when fetching. */ CINIT(USERNAME, OBJECTPOINT, 173), CINIT(PASSWORD, OBJECTPOINT, 174), -
- /* "name" and "pwd" to use with Proxy when fetching. */
- CINIT(PROXYUSERNAME, OBJECTPOINT, 175),
- CINIT(PROXYPASSWORD, OBJECTPOINT, 176),
+ + /* "name" and "pwd" to use with Proxy when fetching. */ + CINIT(PROXYUSERNAME, OBJECTPOINT, 175), + CINIT(PROXYPASSWORD, OBJECTPOINT, 176), CURLOPT_LASTENTRY /* the last unused */ } CURLoption; diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 6f5313f1f..41cc7598e 100644 --- a/include/curl/typecheck-gcc.h +++ b/include/curl/typecheck-gcc.h @@ -198,9 +198,9 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_slist, (option) == CURLOPT_USERPWD || \ (option) == CURLOPT_USERNAME || \ (option) == CURLOPT_PASSWORD || \ - (option) == CURLOPT_PROXYUSERPWD || \
- (option) == CURLOPT_PROXYUSERNAME || \
- (option) == CURLOPT_PROXYPASSWORD || \
+ (option) == CURLOPT_PROXYUSERPWD || \ + (option) == CURLOPT_PROXYUSERNAME || \ + (option) == CURLOPT_PROXYPASSWORD || \ (option) == CURLOPT_ENCODING || \ (option) == CURLOPT_REFERER || \ (option) == CURLOPT_USERAGENT || \ |