diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_wcsncat.c')
-rw-r--r-- | localedata/tests-mbwc/dat_wcsncat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_wcsncat.c b/localedata/tests-mbwc/dat_wcsncat.c index f9adf9820f..948d80ce9f 100644 --- a/localedata/tests-mbwc/dat_wcsncat.c +++ b/localedata/tests-mbwc/dat_wcsncat.c @@ -58,7 +58,7 @@ TST_WCSNCAT tst_wcsncat_loc [] = { { 0, 0, 0, { 0x00E1,0x00E2,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { @@ -103,7 +103,7 @@ TST_WCSNCAT tst_wcsncat_loc [] = { { 0, 0, 0, { 0x0051,0x0052,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { @@ -145,7 +145,7 @@ TST_WCSNCAT tst_wcsncat_loc [] = { { 0, 0, 0, { 0x3051,0x3052,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { |