From 7da955fada978e6f34043cc2e190dd3237c7dc3b Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 13:02:53 +0200 Subject: Fix build warnings about missing field initializer --- src/daemon/mnd-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/mnd-daemon.c b/src/daemon/mnd-daemon.c index fde743d..38a5589 100644 --- a/src/daemon/mnd-daemon.c +++ b/src/daemon/mnd-daemon.c @@ -47,7 +47,7 @@ static GOptionEntry entries[] = NULL }, { - NULL + NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; -- cgit v1.2.1