summaryrefslogtreecommitdiff
path: root/mate-settings-daemon
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 11:25:32 +0200
committerraveit65 <[email protected]>2022-03-10 23:20:37 +0100
commit1604c4ca1857e6a34b3d32b656e7bbcd36bf429a (patch)
treed5b97d43404d11ad03974700f9eeb3dfe8c01ca5 /mate-settings-daemon
parent4158bfe57dc7dfe224541ffd12095ba15dbdedcf (diff)
downloadmate-settings-daemon-1604c4ca1857e6a34b3d32b656e7bbcd36bf429a.tar.bz2
mate-settings-daemon-1604c4ca1857e6a34b3d32b656e7bbcd36bf429a.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'mate-settings-daemon')
-rw-r--r--mate-settings-daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-settings-daemon/main.c b/mate-settings-daemon/main.c
index 9d30631..dcff17c 100644
--- a/mate-settings-daemon/main.c
+++ b/mate-settings-daemon/main.c
@@ -67,7 +67,7 @@ static GOptionEntry entries[] = {
{ "replace", 0, 0, G_OPTION_ARG_NONE, &replace, N_("Replace the current daemon"), NULL },
{ "no-daemon", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &no_daemon, N_("Don't become a daemon"), NULL },
{ "timed-exit", 0, 0, G_OPTION_ARG_NONE, &do_timed_exit, N_("Exit after a time (for debugging)"), NULL },
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
static gboolean