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:
Emmanuel Fleury 2021-04-29 13:45:36 +02:00
parent 652a7b7db1
commit aace697d7e

View File

@ -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