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 /lib | |
parent | 29f09f71b4f8b8ab6df7b3ce13ae4794edb7158b (diff) |
remove some spurious line-endings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 079c7716b..c6d8bf17f 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -1338,8 +1338,8 @@ enum dupstring { STRING_SSL_ISSUERCERT, /* issuer cert file to check certificate */ STRING_USERNAME, /* <username>, if used */ STRING_PASSWORD, /* <password>, if used */ - STRING_PROXYUSERNAME, /* Proxy <username>, if used */
- STRING_PROXYPASSWORD, /* Proxy <password>, if used */
+ STRING_PROXYUSERNAME, /* Proxy <username>, if used */ + STRING_PROXYPASSWORD, /* Proxy <password>, if used */ /* -- end of strings -- */ STRING_LAST /* not used, just an end-of-list marker */ |