summaryrefslogtreecommitdiffstats
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 7309568..33e294c 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)
OpenPOWER on IntegriCloud