Fix missing initializers warnings in glib/tests/utf8-validate.c

glib/tests/utf8-validate.c:271:11: warning: missing field 'max_len' initializer
  { NULL, }
          ^
This commit is contained in:
Emmanuel Fleury 2021-04-28 23:03:01 +02:00
parent c65ec0bfbf
commit f9904fe7ae

View File

@ -268,7 +268,7 @@ Test test[] = {
{ "\x20\xed\xaf\xbf\xed\xb0\x80\x20", -1, 1, FALSE },
{ "\x20\xed\xaf\xbf\xed\xbf\xbf\x20", -1, 1, FALSE },
{ NULL, }
{ NULL, 0, 0, 0 }
};
static void