summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-28 13:02:53 +0200
committerLuke from DC <[email protected]>2022-12-13 02:51:58 +0000
commit7da955fada978e6f34043cc2e190dd3237c7dc3b (patch)
tree4984d9aa0bf556fa941ad11c74aecbd2c554d398 /src/daemon
parentea23cc8b33a753ab17b8f698898b1b715223a895 (diff)
downloadmate-notification-daemon-7da955fada978e6f34043cc2e190dd3237c7dc3b.tar.bz2
mate-notification-daemon-7da955fada978e6f34043cc2e190dd3237c7dc3b.tar.xz
Fix build warnings about missing field initializer
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/mnd-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/mnd-daemon.c b/src/daemon/mnd-daemon.c
index fde743d..38a5589 100644
--- a/src/daemon/mnd-daemon.c
+++ b/src/daemon/mnd-daemon.c
@@ -47,7 +47,7 @@ static GOptionEntry entries[] =
NULL
},
{
- NULL
+ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL
}
};