[master] 11c385ea7 FlexeLinting: remove pointless and slightly wrong terminating entry

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 6 09:15:12 UTC 2019


commit 11c385ea730b7563399e12aca20154ab65527f2f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 6 09:07:32 2019 +0000

    FlexeLinting: remove pointless and slightly wrong terminating entry

diff --git a/bin/varnishd/mgt/mgt_param_bits.c b/bin/varnishd/mgt/mgt_param_bits.c
index 7ea66d7e1..8fc6f61b9 100644
--- a/bin/varnishd/mgt/mgt_param_bits.c
+++ b/bin/varnishd/mgt/mgt_param_bits.c
@@ -109,7 +109,6 @@ bit_tweak(struct vsb *vsb, uint8_t *p, unsigned l, const char *arg,
 static const char * const VSL_tags[256] = {
 #  define SLTM(foo,flags,sdesc,ldesc) [SLT_##foo] = #foo,
 #  include "tbl/vsl_tags.h"
-	NULL
 };
 
 static int


More information about the varnish-commit mailing list