diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_wcscpy.c')
-rw-r--r-- | localedata/tests-mbwc/dat_wcscpy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_wcscpy.c b/localedata/tests-mbwc/dat_wcscpy.c index 8ae2f1f685..9313659f48 100644 --- a/localedata/tests-mbwc/dat_wcscpy.c +++ b/localedata/tests-mbwc/dat_wcscpy.c @@ -14,7 +14,7 @@ TST_WCSCPY tst_wcscpy_loc [] = { { 0,0,0, { 0x00F1,0x00F2,0x00F3,0x0000, } }, }, { { { 0x0000,0x00F2,0x00F3,0x0000 }, }, /* 2 */ { 0,0,0, { 0x0000, } }, }, - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscpy, TST_LOC_enUS }, @@ -23,7 +23,7 @@ TST_WCSCPY tst_wcscpy_loc [] = { { 0,0,0, { 0x0041,0x0082,0x0043,0x0000, } }, }, { { { 0x0000,0x0082,0x0043,0x0000 }, }, /* 2 */ { 0,0,0, { 0x0000, } }, }, - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscpy, TST_LOC_eucJP }, @@ -32,7 +32,7 @@ TST_WCSCPY tst_wcscpy_loc [] = { { 0,0,0, { 0x3041,0x0092,0x3043,0x0000, } }, }, { { { 0x0000,0x0092,0x3043,0x0000 }, }, /* 2 */ { 0,0,0, { 0x0000, } }, }, - { is_last: 1 } + { .is_last = 1 } } }, { { Twcscpy, TST_LOC_end }} |