From 3f8efa6b0acf6b04dbf2adc10060b46a1ed35bed Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Wed, 27 Sep 2023 01:01:58 +0900 Subject: [PATCH] tests: (test_mkfds) add missing PARAM_END marker Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index 2e8e0ba29e..05931967c2 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -3739,6 +3739,7 @@ static const struct factory factories[] = { .desc = "program type by id", .defv.integer = 1, }, + PARAM_END } }, { -- 2.47.3