summaryrefslogtreecommitdiff
path: root/wctype/wcextra.c
diff options
context:
space:
mode:
Diffstat (limited to 'wctype/wcextra.c')
-rw-r--r--wctype/wcextra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wctype/wcextra.c b/wctype/wcextra.c
index add8db4455..111f7ec5d2 100644
--- a/wctype/wcextra.c
+++ b/wctype/wcextra.c
@@ -24,12 +24,12 @@
int
iswblank (wint_t wc)
{
- return __iswctype (wc, _ISblank);
+ return __iswctype (wc, _ISwblank);
}
int
(__iswblank_l) (wint_t wc, __locale_t locale)
{
- return __iswctype_l (wc, _ISblank, locale);
+ return __iswctype_l (wc, _ISwblank, locale);
}