summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-01-26 06:18:35 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-01-26 06:18:35 +0000
commit4d7ceb5b3c31db844eb5ad392a060cc525ac74d7 (patch)
treebdfd32060dab7c4c3270d3e96567b4cea6c39c21 /apps
parent080dae9d24971b2dd1ceb8dc36e723ba3c768516 (diff)
downloadrockbox-4d7ceb5b3c31db844eb5ad392a060cc525ac74d7.tar.gz
rockbox-4d7ceb5b3c31db844eb5ad392a060cc525ac74d7.zip
fix ipod video build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12116 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index da956fcf65..261d9181c2 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -602,8 +602,8 @@ const struct settings_list settings[] = {
602 "230Hz,300Hz,385Hz,500Hz",UNUSED}, 602 "230Hz,300Hz,385Hz,500Hz",UNUSED},
603 {F_T_INT,GS(eq_hw_band1_bandwidth),LANG_EQUALIZER_BANDWIDTH,INT(0), 603 {F_T_INT,GS(eq_hw_band1_bandwidth),LANG_EQUALIZER_BANDWIDTH,INT(0),
604 "eq hardware band 1 bandwidth","narrow,wide",UNUSED}, 604 "eq hardware band 1 bandwidth","narrow,wide",UNUSED},
605 {F_T_INT,GS(eq_hw_band1_gain),INT(0), 605 {F_T_INT,GS(eq_hw_band1_gain),LANG_EQUALIZER_BAND_GAIN,INT(0),
606 "eq hardware band 1 gain",LANG_EQUALIZER_BAND_GAIN,NULL,UNUSED}, 606 "eq hardware band 1 gain",NULL,UNUSED},
607 607
608 {F_T_INT,GS(eq_hw_band2_center),LANG_EQUALIZER_BAND_CENTER,INT(1), 608 {F_T_INT,GS(eq_hw_band2_center),LANG_EQUALIZER_BAND_CENTER,INT(1),
609 "eq hardware band 2 center", 609 "eq hardware band 2 center",