WaE: constify these (worrying-looking) font name tables
This commit is contained in:
parent
4a2402bb4e
commit
e54fd4b67d
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ const char* RepFontTab[] =
|
|||
};
|
||||
#endif
|
||||
#else
|
||||
char* RepFontTab[] =
|
||||
const char* RepFontTab[] =
|
||||
{
|
||||
"\xb9\xd9\xc5\xc1", /* 0 */
|
||||
"\xb5\xb8\xbf\xf2", /* 1 */
|
||||
|
|
Loading…
Reference in a new issue