about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_wcwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_wcwidth.c')
-rw-r--r--localedata/tests-mbwc/dat_wcwidth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_wcwidth.c b/localedata/tests-mbwc/dat_wcwidth.c
index 993b0f6bc7..e50d963830 100644
--- a/localedata/tests-mbwc/dat_wcwidth.c
+++ b/localedata/tests-mbwc/dat_wcwidth.c
@@ -38,7 +38,7 @@ TST_WCWIDTH tst_wcwidth_loc [] = {
 	  /*exp*/ { 0,	1,EOF,	     },
 	},
 #endif
-	{ is_last: 1 }
+	{ .is_last = 1 }
       }
     },
     {
@@ -65,7 +65,7 @@ TST_WCWIDTH tst_wcwidth_loc [] = {
 	{ /*inp*/ { 0x3041		     },	 /* #07 */
 	  /*exp*/ { 0,	1,-1,	     },
 	},
-	{ is_last: 1 }
+	{ .is_last = 1 }
       }
     },
     {
@@ -101,7 +101,7 @@ TST_WCWIDTH tst_wcwidth_loc [] = {
 	{ /*inp*/ { 0x3041		     },	 /* #07 */
 	  /*exp*/ { 0,	1,2,	     },
 	},
-	{ is_last: 1 }
+	{ .is_last = 1 }
       }
     },
     {