Fix red dynamic menus
missed one. Change-Id: Ifa986b0a3397fed8ef28931ecbcdd2910d203ea3
This commit is contained in:
parent
10e5e56f3c
commit
70aeac4666
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ static int hw_eq_do_band_setting(void *param)
|
||||||
struct menu_callback_with_desc cbwdesc =
|
struct menu_callback_with_desc cbwdesc =
|
||||||
{
|
{
|
||||||
.menu_callback = NULL,
|
.menu_callback = NULL,
|
||||||
.desc = hw_eq_get_name(0, param, desc),
|
.desc = hw_eq_get_name(0, param, desc, sizeof(desc)),
|
||||||
.icon_id = Icon_NOICON
|
.icon_id = Icon_NOICON
|
||||||
};
|
};
|
||||||
struct menu_item_ex item =
|
struct menu_item_ex item =
|
||||||
|
|
Loading…
Reference in a new issue