1
0
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:
Kalle Olavi Niemitalo 2006-12-25 11:04:16 +02:00 committed by Kalle Olavi Niemitalo
parent 45f39847c3
commit 2aad5c7d09

View File

@ -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) */