summaryrefslogtreecommitdiff
path: root/capplets/keyboard
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 14:27:24 +0200
committermbkma <[email protected]>2021-11-11 19:49:25 +0100
commit9d702031671fa8aa4cdf6ea512b3f59b8ea3da37 (patch)
tree7fe044b6473f9c56ed4aed153383ce445f03d985 /capplets/keyboard
parentf82acb016938a4177f64906a133c224a0b8c51be (diff)
downloadmate-control-center-9d702031671fa8aa4cdf6ea512b3f59b8ea3da37.tar.bz2
mate-control-center-9d702031671fa8aa4cdf6ea512b3f59b8ea3da37.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'capplets/keyboard')
-rw-r--r--capplets/keyboard/mate-keyboard-properties.c2
1 files changed, 1 insertions, 1 deletions
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 }
};