diff options
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r-- | locale/C-numeric.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 3c53486..377c51c 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 } } }; |