1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 12:05:06 -05: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), CINIT(WRITEDATA, OBJECTPOINT, 1),
/* The full URL to get/put */ /* The full URL to get/put */
CINIT(URL, OBJECTPOINT, 2), CINIT(URL, OBJECTPOINT, 2),
/* Port number to connect to, if other than default. */ /* Port number to connect to, if other than default. */
CINIT(PORT, LONG, 3), CINIT(PORT, LONG, 3),