mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Fix missing initializer warning in gio/tests/gdbus-exit-on-close.c
gio/tests/gdbus-exit-on-close.c:52:14: warning: missing field 'bug' initializer { NULL } ^
This commit is contained in:
parent
652a7b7db1
commit
aace697d7e
@ -49,7 +49,7 @@ static const TestData cases[] = {
|
||||
{ "true", NULL, EXPLICITLY_TRUE, REMOTE },
|
||||
{ "false", NULL, EXPLICITLY_FALSE, REMOTE },
|
||||
{ "we-close", "662100", EXPLICITLY_TRUE, LOCAL },
|
||||
{ NULL }
|
||||
{ NULL, NULL, 0, 0 }
|
||||
};
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user