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-screenshot/src/mate-screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-screenshot/src/mate-screenshot.c') diff --git a/mate-screenshot/src/mate-screenshot.c b/mate-screenshot/src/mate-screenshot.c index d5bbe802..f5047715 100644 --- a/mate-screenshot/src/mate-screenshot.c +++ b/mate-screenshot/src/mate-screenshot.c @@ -1320,7 +1320,7 @@ main (int argc, char *argv[]) { "border-effect", 'e', 0, G_OPTION_ARG_STRING, &border_effect_arg, N_("Effect to add to the border (shadow, border or none)"), N_("effect") }, { "interactive", 'i', 0, G_OPTION_ARG_NONE, &interactive_arg, N_("Interactively set options"), NULL }, { "version", 0, 0, G_OPTION_ARG_NONE, &version_arg, N_("Print version information and exit"), NULL }, - { NULL }, + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }, }; #ifdef ENABLE_NLS -- cgit v1.2.1