From c419a6be1e3ba4ba2c6798414450d2c48016ce49 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 11:39:18 +0200 Subject: Fix build warnings about missing field initializer --- savers/floaters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'savers/floaters.c') diff --git a/savers/floaters.c b/savers/floaters.c index 63d16f1..009cc3f 100644 --- a/savers/floaters.c +++ b/savers/floaters.c @@ -1142,7 +1142,7 @@ main (int argc, N_("The initial size and position of window"), N_("WIDTHxHEIGHT+X+Y") }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, N_("The source image to use"), NULL }, - {NULL} + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; bindtextdomain (GETTEXT_PACKAGE, MATELOCALEDIR); -- cgit v1.2.1