From e5d520eab07c9f461800c01101d803c7aacc640d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 1 Aug 2016 11:12:35 +0200 Subject: [PATCH] interface plugin: Remove NULL config key. --- src/interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 4458b5b9..51be8856 100644 --- a/src/interface.c +++ b/src/interface.c @@ -85,7 +85,6 @@ static const char *config_keys[] = "Interface", "IgnoreSelected", "ReportInactive", - NULL }; static int config_keys_num = STATIC_ARRAY_SIZE (config_keys); -- 2.30.2