mirror of
https://github.com/curl/curl.git
synced 2026-08-03 20:40:51 +03:00
oh no! no period after the last enum...the damage!
This commit is contained in:
parent
ab9b166512
commit
3e1ca39c70
1 changed files with 1 additions and 1 deletions
|
|
@ -2673,7 +2673,7 @@ typedef enum {
|
|||
#endif
|
||||
H1_HD_CONDITIONALS,
|
||||
H1_HD_CUSTOM,
|
||||
H1_HD_LAST, /* not a header, just the last enum value for iterating */
|
||||
H1_HD_LAST /* not a header, just the last enum value for iterating */
|
||||
} http_hd_t;
|
||||
|
||||
static CURLcode http_add_hd(struct Curl_easy *data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue