From 0f2374f59767e2117456a88ada65e207fa471cd6 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 13:49:11 +0200 Subject: Fix build warnings about missing field initializer --- mate-about/mate-about.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-about') diff --git a/mate-about/mate-about.h.in b/mate-about/mate-about.h.in index bef6f8d..503a513 100644 --- a/mate-about/mate-about.h.in +++ b/mate-about/mate-about.h.in @@ -664,7 +664,7 @@ static void mate_about_on_activate(GtkApplication* app); // arguments definitions static GOptionEntry command_entries[] = { {"version", 'v', 0, G_OPTION_ARG_NONE, &mate_about_nogui, "Show MATE version", NULL}, - {NULL} + {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} }; #endif /* __MATE_ABOUT_H__ */ -- cgit v1.2.1