diff --git a/lib/http.c b/lib/http.c index ca3582d622..cd656cc8b5 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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,