From 3e1ca39c704ec7829f3e484436cadd6de9d48cd6 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 1 Sep 2025 15:57:04 +0200 Subject: [PATCH] oh no! no period after the last enum...the damage! --- lib/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,