diff options
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r-- | locale/C-numeric.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 712c3a6..05cdad1 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" + } }; |