mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:31:41 +03:00
curl/urlapi.h: tiny typo
This commit is contained in:
parent
6396c1f893
commit
e1356f4c45
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ typedef enum {
|
|||
#define CURLU_NO_AUTHORITY (1<<10) /* Allow empty authority when the
|
||||
scheme is unknown. */
|
||||
#define CURLU_ALLOW_SPACE (1<<11) /* Allow spaces in the URL */
|
||||
#define CURLU_PUNYCODE (1<<12) /* get the host name in pynycode */
|
||||
#define CURLU_PUNYCODE (1<<12) /* get the host name in punycode */
|
||||
|
||||
typedef struct Curl_URL CURLU;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue