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)
int m, i;
int *setting;
bool result;
- char gain_label[5][24];
+ char gain_label[5][32];
static struct menu_item items[5] = {
{ NULL, eq_set_band0_gain },
{ NULL, eq_set_band1_gain },