Fix print class mistype
This commit is contained in:
parent
986f04fb6b
commit
cfb92d36fb
@ -170,7 +170,7 @@ static CLASS classes[] = {
|
||||
{ "digit", isdigit, },
|
||||
{ "graph", isgraph, },
|
||||
{ "lower", islower, },
|
||||
{ "print", isupper, },
|
||||
{ "print", isprint, },
|
||||
{ "punct", ispunct, },
|
||||
{ "space", isspace, },
|
||||
{ "upper", isupper, },
|
||||
|
Loading…
Reference in New Issue
Block a user