summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYun SangHo <foollbar@gmail.com>2015-01-16 02:40:47 +0900
committerDaniel Stenberg <daniel@haxx.se>2015-01-15 23:41:32 +0100
commitbcf07f8a4bdc1bfce3cb12ea22af7d03420efa50 (patch)
tree0d04fc03a9a41b0f69c1e2aed2c1719ce911f394 /include
parentcc28bc472ec421cec2ba26d653e53892998a248d (diff)
downloadcurl-bcf07f8a4bdc1bfce3cb12ea22af7d03420efa50.tar.gz
curl.h: remove extra space
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
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),