Skip to content
Snippets Groups Projects
Commit 2bfc086a authored by rswindell's avatar rswindell
Browse files

Added ZFERR to chr().

parent 0b67691c
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ static char *chr(int ch)
case ZRPOS: return("ZRPOS");
case ZDATA: return("ZDATA");
case ZEOF: return("ZEOF");
case ZFERR: return("ZFERR");
case ZPAD: return("ZPAD");
case ZCAN: return("ZCAN");
case ZDLE: return("ZDLE");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment