summaryrefslogtreecommitdiff
path: root/locale/C-numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r--locale/C-numeric.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c
index 712c3a6239..05cdad1265 100644
--- a/locale/C-numeric.c
+++ b/locale/C-numeric.c
@@ -10,7 +10,9 @@ const struct locale_data _nl_C_LC_NUMERIC =
{
NULL, 0, /* no file mapped */
3,
- ".",
- "",
- "\377",
+ {
+ ".",
+ "",
+ "\377"
+ }
};