1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Fix a compilation error.

Fix another silly error that I introduced in commit
3334efb32c.
This commit is contained in:
Miciah Dashiel Butler Masters 2009-05-22 21:54:47 +00:00
parent 30a8d2faed
commit 60c50ea378

View File

@ -370,6 +370,7 @@ static const struct screen_driver_opt fbterm_screen_driver_opt = {
/* charsets: */ { -1, -1 }, /* No UTF8 I/O */
/* frame: */ NULL,
/* frame_seqs: */ NULL, /* No m11_hack */
/* italic: */ italic_seqs,
/* underline: */ underline_seqs,
/* color_mode: */ COLOR_MODE_16,
#if defined(CONFIG_88_COLORS) || defined(CONFIG_256_COLORS)