summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'wctype')
-rw-r--r--wctype/wcfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/wcfuncs.c b/wctype/wcfuncs.c
index ba4d88b50a..30836edb9b 100644
--- a/wctype/wcfuncs.c
+++ b/wctype/wcfuncs.c
@@ -76,7 +76,7 @@ wint_t
/* Character is not known. Default action is to simply return it. */
return wc;
- return (wint_t) __ctype_toupper[idx];
+ return (wint_t) __ctype_tolower[idx];
}
wint_t