1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Unification. Removed trailing '\n' from last line.

This commit is contained in:
Witold Filipczyk 2006-08-26 19:34:14 +02:00 committed by Witold Filipczyk
parent d299501076
commit 7a84967453

View File

@ -687,7 +687,7 @@ static struct option_info config_options_info[] = {
"0 is mono mode\n"
"1 is 16 color mode\n"
"2 is 88 color mode\n"
"3 is true color mode\n")),
"3 is true color mode")),
#elif defined(CONFIG_256_COLORS) && !defined(CONFIG_88_COLORS) && defined(CONFIG_TRUE_COLOR)
INIT_OPT_INT("document.dump", N_("Color mode"),
"color_mode", 0, -1, 2, -1,