ascii: replace mnemonic np (new page) with ff (form feed) for consistency

front
BurnZeZ 2015-10-25 14:46:10 -04:00
parent 8f27b8d04d
commit 4587326e76
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ int isnum(char *);
char *str[256]={
"nul", "soh", "stx", "etx", "eot", "enq", "ack", "bel",
"bs ", "ht ", "nl ", "vt ", "np ", "cr ", "so ", "si ",
"bs ", "ht ", "nl ", "vt ", "ff ", "cr ", "so ", "si ",
"dle", "dc1", "dc2", "dc3", "dc4", "nak", "syn", "etb",
"can", "em ", "sub", "esc", "fs ", "gs ", "rs ", "us ",
"sp ", " ! ", " \" ", " # ", " $ ", " % ", " & ", " ' ",