diff options
Diffstat (limited to 'locale/C-identification.c')
-rw-r--r-- | locale/C-identification.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/locale/C-identification.c b/locale/C-identification.c index 1aceca0ea8..628e8f145d 100644 --- a/locale/C-identification.c +++ b/locale/C-identification.c @@ -33,25 +33,25 @@ const struct locale_data _nl_C_LC_IDENTIFICATION attribute_hidden = 0, 16, { - { string: "ISO/IEC 14652 i18n FDCC-set" }, - { string: "ISO/IEC JTC1/SC22/WG20 - internationalization" }, - { string: "C/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn V" }, - { string: "Keld Simonsen" }, - { string: "keld@dkuug.dk" }, - { string: "+45 3122-6543" }, - { string: "+45 3325-6543" }, - { string: "" }, - { string: "ISO" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: "1.0" }, - { string: "1997-12-20" }, - { string: "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" + { .string = "ISO/IEC 14652 i18n FDCC-set" }, + { .string = "ISO/IEC JTC1/SC22/WG20 - internationalization" }, + { .string = "C/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn V" }, + { .string = "Keld Simonsen" }, + { .string = "keld@dkuug.dk" }, + { .string = "+45 3122-6543" }, + { .string = "+45 3325-6543" }, + { .string = "" }, + { .string = "ISO" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = "1.0" }, + { .string = "1997-12-20" }, + { .string = "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999" }, - { string: _nl_C_codeset } + { .string = _nl_C_codeset } } }; |