summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/eq_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq_menu.c b/apps/eq_menu.c
index e93c033949..5dc554316c 100644
--- a/apps/eq_menu.c
+++ b/apps/eq_menu.c
@@ -235,7 +235,7 @@ static bool eq_gain_menu(void)
235 int m, i; 235 int m, i;
236 int *setting; 236 int *setting;
237 bool result; 237 bool result;
238 char gain_label[5][24]; 238 char gain_label[5][32];
239 static struct menu_item items[5] = { 239 static struct menu_item items[5] = {
240 { NULL, eq_set_band0_gain }, 240 { NULL, eq_set_band0_gain },
241 { NULL, eq_set_band1_gain }, 241 { NULL, eq_set_band1_gain },