aboutsummaryrefslogtreecommitdiff
path: root/locale/C-numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r--locale/C-numeric.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c
index 3c53486c42..377c51cdfb 100644
--- a/locale/C-numeric.c
+++ b/locale/C-numeric.c
@@ -30,11 +30,11 @@ const struct locale_data _nl_C_LC_NUMERIC attribute_hidden =
0,
6,
{
- { string: "." },
- { string: "" },
- { string: "" },
- { word: (unsigned int) L'.' },
- { word: (unsigned int) L'\0' },
- { string: _nl_C_codeset }
+ { .string = "." },
+ { .string = "" },
+ { .string = "" },
+ { .word = (unsigned int) L'.' },
+ { .word = (unsigned int) L'\0' },
+ { .string = _nl_C_codeset }
}
};