From 9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 Mon Sep 17 00:00:00 2001
From: rbuj <robert.buj@gmail.com>
Date: Thu, 28 Oct 2021 14:27:24 +0200
Subject: Fix build warnings about missing field initializer

---
 capplets/keyboard/mate-keyboard-properties.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'capplets/keyboard')

diff --git a/capplets/keyboard/mate-keyboard-properties.c b/capplets/keyboard/mate-keyboard-properties.c
index ff389cfe..8b96bff5 100644
--- a/capplets/keyboard/mate-keyboard-properties.c
+++ b/capplets/keyboard/mate-keyboard-properties.c
@@ -178,7 +178,7 @@ main (int argc, char **argv)
 		 N_
 		 ("Start the page with the accessibility settings showing"),
 		 NULL},
-		{NULL}
+		{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
 	};
 
 
-- 
cgit v1.2.1