const'ify more 768 bytes

This commit is contained in:
Nuno Lopes 2008-01-25 20:04:10 +00:00
parent b89396b11e
commit 678e919635

View file

@ -1,6 +1,6 @@
/* character-name table */
static struct cname {
char *name;
static const struct cname {
const char *name;
char code;
} cnames[] = {
{"NUL", '\0'},