diff options
Diffstat (limited to 'locale/C-name.c')
-rw-r--r-- | locale/C-name.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/locale/C-name.c b/locale/C-name.c index bea6e85..65033d6 100644 --- a/locale/C-name.c +++ b/locale/C-name.c @@ -33,12 +33,12 @@ const struct locale_data _nl_C_LC_NAME attribute_hidden = 0, 7, { - { string: "%p%t%g%t%m%t%f" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: _nl_C_codeset } + { .string = "%p%t%g%t%m%t%f" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = _nl_C_codeset } } }; |