From c46d61c2780a77737b1fdbd3a5306b9223fbc74c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 13 May 2020 20:44:27 +0200 Subject: [PATCH] Fix a copy-paste-o --- lib/nghttp2_hd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index a879e7f5..7729bf90 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -110,7 +110,7 @@ static const nghttp2_hd_static_entry static_table[] = { }; static const nghttp2_hd_static_entry dissect_index_table[] = { - MAKE_STATIC_ENT(":Failed deflate", "Index not seen before", "", -1, NGHTTP2_NV_FLAG_NONE), + MAKE_STATIC_ENT(":Failed deflate", "Index not seen before", -1, NGHTTP2_NV_FLAG_NONE), }; static int memeq(const void *s1, const void *s2, size_t n) {