mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
fg_color[][] is const.
This commit is contained in:
parent
45f39847c3
commit
2aad5c7d09
@ -183,7 +183,7 @@ static const struct color_mode_info *const color_modes[] = {
|
||||
/* This table is based mostly on wild guesses of mine. Feel free to
|
||||
* correct it. --pasky */
|
||||
/* Indexed by [fg][bg]->fg: */
|
||||
static unsigned char fg_color[16][8] = {
|
||||
static const unsigned char fg_color[16][8] = {
|
||||
/* bk r gr br bl m c w */
|
||||
|
||||
/* 0 (black) */
|
||||
|
Loading…
Reference in New Issue
Block a user