diff options
author | Yun SangHo <foollbar@gmail.com> | 2015-01-16 02:40:47 +0900 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-01-15 23:41:32 +0100 |
commit | bcf07f8a4bdc1bfce3cb12ea22af7d03420efa50 (patch) | |
tree | 0d04fc03a9a41b0f69c1e2aed2c1719ce911f394 /include | |
parent | cc28bc472ec421cec2ba26d653e53892998a248d (diff) |
curl.h: remove extra space
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h index 44b1b7e39..e3688872e 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -845,7 +845,7 @@ typedef enum { CINIT(WRITEDATA, OBJECTPOINT, 1), /* The full URL to get/put */ - CINIT(URL, OBJECTPOINT, 2), + CINIT(URL, OBJECTPOINT, 2), /* Port number to connect to, if other than default. */ CINIT(PORT, LONG, 3), |