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 --- src/mate-screensaver-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mate-screensaver-dialog.c') diff --git a/src/mate-screensaver-dialog.c b/src/mate-screensaver-dialog.c index 24c2610..567d094 100644 --- a/src/mate-screensaver-dialog.c +++ b/src/mate-screensaver-dialog.c @@ -62,7 +62,7 @@ static GOptionEntry entries[] = { {"enable-switch", 0, 0, G_OPTION_ARG_NONE, &enable_switch, N_("Show the switch user button"), NULL}, {"status-message", 0, 0, G_OPTION_ARG_STRING, &status_message, N_("Message to show in the dialog"), N_("MESSAGE")}, {"away-message", 0, 0, G_OPTION_ARG_STRING, &away_message, N_("Not used"), N_("MESSAGE")}, - {NULL} + {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} }; static char* get_id_string(GtkWidget* widget) -- cgit v1.2.1