diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_wcsncpy.c')
-rw-r--r-- | localedata/tests-mbwc/dat_wcsncpy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_wcsncpy.c b/localedata/tests-mbwc/dat_wcsncpy.c index 9677a519c8..38f34f13f7 100644 --- a/localedata/tests-mbwc/dat_wcsncpy.c +++ b/localedata/tests-mbwc/dat_wcsncpy.c @@ -46,7 +46,7 @@ TST_WCSNCPY tst_wcsncpy_loc [] = { {{ { 0x0000,0x00D2,0x00D3,0x0000 }, 3 }, { 0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { @@ -76,7 +76,7 @@ TST_WCSNCPY tst_wcsncpy_loc [] = { {{ { 0x0000,0x0042,0x0043,0x0000 }, 3 }, { 0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { @@ -106,7 +106,7 @@ TST_WCSNCPY tst_wcsncpy_loc [] = { {{ { 0x0000,0x3042,0x3043,0x0000 }, 3 }, { 0,0,0, { 0x0000,0x0000,0x0000,0x9999,0x9999,0x9999,0x0000 } }, }, - {is_last: 1} + {.is_last = 1} } }, { |