From ae5293ecdb902c6ff3f4870e6ae94c69024b3288 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 10:53:22 +0200 Subject: Fix build warnings about missing field initializer --- mate-dictionary/src/gdict-app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-dictionary/src') diff --git a/mate-dictionary/src/gdict-app.c b/mate-dictionary/src/gdict-app.c index 557fb032..6c5f228f 100644 --- a/mate-dictionary/src/gdict-app.c +++ b/mate-dictionary/src/gdict-app.c @@ -327,7 +327,7 @@ gdict_init (int *argc, char ***argv) N_("Database to use"), N_("db") }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &lookup_words, N_("Words to look up"), N_("word") }, - { NULL }, + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }, }; g_assert (singleton == NULL); -- cgit v1.2.1