1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

curl.h: remove extra space

This commit is contained in:
Yun SangHo 2015-01-16 02:40:47 +09:00 committed by Daniel Stenberg
parent cc28bc472e
commit bcf07f8a4b

View File

@ -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),