summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 118692afe4..8e266b19f1 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -489,7 +489,7 @@ static const struct bit_entry hd_bits[] =
489 {4, S_O(default_codepage), 0, "default codepage", "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,iso8859-6,iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8" }, 489 {4, S_O(default_codepage), 0, "default codepage", "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,iso8859-6,iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8" },
490 490
491#ifdef HAVE_BACKLIGHT_BRIGHTNESS 491#ifdef HAVE_BACKLIGHT_BRIGHTNESS
492 {4, S_O(brightness), 9, "brightness", "2,3,4,5,6,7,8,9,10,11,12,13,14,15"}, 492 {4, S_O(brightness), 9, "brightness", NULL },
493#endif 493#endif
494 494
495 /* If values are just added to the end, no need to bump the version. */ 495 /* If values are just added to the end, no need to bump the version. */