commit: 40fd466741060683ae11e8cd30c7ccc241227434 parent 56ec53df1767832f758a855fceaf08178f7ec185 Author: Michael Forney <mforney@mforney.org> Date: Thu, 11 Jul 2019 01:31:14 -0700 netsurf: Avoid zero-length modifications arrayDiffstat:
M | pkg/netsurf/testament.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/pkg/netsurf/testament.h b/pkg/netsurf/testament.h
@@ -3,6 +3,6 @@ #define WT_NO_GIT 1 #define WT_MODIFIED 0 -#define WT_MODIFICATIONS {} +#define WT_MODIFICATIONS {{NULL, NULL}} #endif