summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/eq_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/eq_menu.c b/apps/menus/eq_menu.c
index 79389ae561..109c3c9ab7 100644
--- a/apps/menus/eq_menu.c
+++ b/apps/menus/eq_menu.c
@@ -674,7 +674,7 @@ int eq_menu_graphical(void)
674 { 674 {
675 if (current_band == 0) { 675 if (current_band == 0) {
676 start_item = 0; 676 start_item = 0;
677 } else if (current_band == 9) { 677 } else if (current_band == EQ_NUM_BANDS - 1) {
678 start_item = EQ_NUM_BANDS - nb_eq_sliders[i]; 678 start_item = EQ_NUM_BANDS - nb_eq_sliders[i];
679 } else { 679 } else {
680 start_item = current_band - 1; 680 start_item = current_band - 1;