curl.h: fix typo

Closes https://github.com/curl/curl/pull/8482
This commit is contained in:
1337vt 2022-02-20 11:25:50 -06:00 committed by Jay Satiro
parent 14d9358a0c
commit d60fa59b91

View File

@ -2819,7 +2819,7 @@ typedef enum {
CURLCLOSEPOLICY_LAST /* last, never use this */
} curl_closepolicy;
#define CURL_GLOBAL_SSL (1<<0) /* no purpose since since 7.57.0 */
#define CURL_GLOBAL_SSL (1<<0) /* no purpose since 7.57.0 */
#define CURL_GLOBAL_WIN32 (1<<1)
#define CURL_GLOBAL_ALL (CURL_GLOBAL_SSL|CURL_GLOBAL_WIN32)
#define CURL_GLOBAL_NOTHING 0