diff options
| author | rbuj <[email protected]> | 2021-10-28 13:02:53 +0200 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2022-12-13 02:51:58 +0000 |
| commit | 7da955fada978e6f34043cc2e190dd3237c7dc3b (patch) | |
| tree | 4984d9aa0bf556fa941ad11c74aecbd2c554d398 /src/daemon | |
| parent | ea23cc8b33a753ab17b8f698898b1b715223a895 (diff) | |
| download | mate-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.c | 2 |
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 } }; |
