Kaydet (Commit) e54fd4b6 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: constify these (worrying-looking) font name tables

üst 4a2402bb
...@@ -150,7 +150,7 @@ const char* RepFontTab[] = ...@@ -150,7 +150,7 @@ const char* RepFontTab[] =
}; };
#endif #endif
#else #else
char* RepFontTab[] = const char* RepFontTab[] =
{ {
"\xb9\xd9\xc5\xc1", /* 0 */ "\xb9\xd9\xc5\xc1", /* 0 */
"\xb5\xb8\xbf\xf2", /* 1 */ "\xb5\xb8\xbf\xf2", /* 1 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment