summaryrefslogtreecommitdiff
path: root/locale/C-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-name.c')
-rw-r--r--locale/C-name.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/locale/C-name.c b/locale/C-name.c
index bea6e856e6..65033d6751 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 }
}
};