diff options
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index 6c7b4587f9..96a1e52f25 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -78,7 +78,7 @@ const struct locale_data _nl_C_LC_MONETARY = { word: 99991231 }, { word: 1 }, { word: 1 }, - { wstr: (uint32_t *) L"." }, - { wstr: (uint32_t *) L"" } + { word: (unsigned int) L'.' }, + { word: (unsigned int) L'\0' } } }; |