mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix print class mistype
This commit is contained in:
parent
986f04fb6b
commit
cfb92d36fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue