diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_mblen.c')
-rw-r--r-- | localedata/tests-mbwc/dat_mblen.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_mblen.c b/localedata/tests-mbwc/dat_mblen.c index ce47c2e402..507ab8f35c 100644 --- a/localedata/tests-mbwc/dat_mblen.c +++ b/localedata/tests-mbwc/dat_mblen.c @@ -68,7 +68,7 @@ TST_MBLEN tst_mblen_loc [] = { /* 06: a null pointer. */ { { 0, "", USE_MBCURMAX }, { 0, 0, 0 } }, /* Last element. */ - { is_last: 1 } + { .is_last = 1 } } }, { @@ -87,7 +87,7 @@ TST_MBLEN tst_mblen_loc [] = { /* 06: a null pointer. */ { { 0, "", USE_MBCURMAX }, { 0, 0, 0 } }, /* Last element. */ - { is_last: 1 } + { .is_last = 1 } } }, { @@ -106,7 +106,7 @@ TST_MBLEN tst_mblen_loc [] = { /* 06: a null pointer. */ { { 0, "", USE_MBCURMAX }, { 0, 0, 0 } }, /* Last element. */ - { is_last: 1 } + { .is_last = 1 } } }, { |