aboutsummaryrefslogtreecommitdiff
path: root/include/_ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/_ctype.h')
-rw-r--r--include/_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/_ctype.h b/include/_ctype.h
index 7309568d6f609..33e294ce67209 100644
--- a/include/_ctype.h
+++ b/include/_ctype.h
@@ -88,7 +88,7 @@ int digittoint __P((int));
#endif
__END_DECLS
-#define __istype(c,f) (!!__maskrune((c),(f))
+#define __istype(c,f) (!!__maskrune((c),(f)))
#define isalnum(c) __istype((c), _A|_D)
#define isalpha(c) __istype((c), _A)