diff options
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 085ab017a2..7e2b1bc3a7 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -10,19 +10,21 @@ const struct locale_data _nl_C_LC_MONETARY = { NULL, 0, /* no file mapped */ 15, - "", - "", - "", - "", - "\377", - "", - "", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", - "\377", + { + "", + "", + "", + "", + "\377", + "", + "", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377", + "\377" + } }; |