diff options
Diffstat (limited to 'locale/C-telephone.c')
-rw-r--r-- | locale/C-telephone.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/C-telephone.c b/locale/C-telephone.c index 4bd81e789f..561a1ef28a 100644 --- a/locale/C-telephone.c +++ b/locale/C-telephone.c @@ -33,10 +33,10 @@ const struct locale_data _nl_C_LC_TELEPHONE attribute_hidden = 0, 5, { - { string: "+%c %a %l" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: _nl_C_codeset } + { .string = "+%c %a %l" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = _nl_C_codeset } } }; |