oh no! no period after the last enum...the damage!

This commit is contained in:
Stefan Eissing 2025-09-01 15:57:04 +02:00
parent ab9b166512
commit 3e1ca39c70
No known key found for this signature in database

View file

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