mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
color_modes[] is const.
This commit is contained in:
parent
5ae8721ebd
commit
45f39847c3
@ -156,7 +156,7 @@ static const struct color_mode_info color_mode_256 = {
|
||||
};
|
||||
#endif
|
||||
|
||||
static const struct color_mode_info *color_modes[] = {
|
||||
static const struct color_mode_info *const color_modes[] = {
|
||||
/* COLOR_MODE_MONO */ &color_mode_16,
|
||||
/* COLOR_MODE_16 */ &color_mode_16,
|
||||
#ifdef CONFIG_88_COLORS
|
||||
|
Loading…
Reference in New Issue
Block a user