diff options
Diffstat (limited to 'locale/C-numeric.c')
-rw-r--r-- | locale/C-numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 05cdad1265..248e2eb7bd 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -13,6 +13,6 @@ const struct locale_data _nl_C_LC_NUMERIC = { ".", "", - "\377" + "\177" } }; |