diff options
author | rbuj <[email protected]> | 2021-10-28 11:15:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-04-19 20:43:06 +0200 |
commit | 46f7c21f60c071643f333133bcfd37e1e73ee558 (patch) | |
tree | 82ea535fa2dc14f8b3517598d8c9201fe180f7d8 /tools/mate-session-check-accelerated-gl-helper.c | |
parent | 2291bf3c2a9764aabb92e32c604732df8b75c6aa (diff) | |
download | mate-session-manager-46f7c21f60c071643f333133bcfd37e1e73ee558.tar.bz2 mate-session-manager-46f7c21f60c071643f333133bcfd37e1e73ee558.tar.xz |
Fix build warnings about missing field initializer
Diffstat (limited to 'tools/mate-session-check-accelerated-gl-helper.c')
-rw-r--r-- | tools/mate-session-check-accelerated-gl-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mate-session-check-accelerated-gl-helper.c b/tools/mate-session-check-accelerated-gl-helper.c index 5c1e8d9..e11206e 100644 --- a/tools/mate-session-check-accelerated-gl-helper.c +++ b/tools/mate-session-check-accelerated-gl-helper.c @@ -439,7 +439,7 @@ static gboolean print_renderer = FALSE; static const GOptionEntry entries[] = { { "print-renderer", 'p', 0, G_OPTION_ARG_NONE, &print_renderer, "Print GL renderer name", NULL }, - { NULL }, + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }, }; int |