Fix red dynamic menus

missed one.

Change-Id: Ifa986b0a3397fed8ef28931ecbcdd2910d203ea3
This commit is contained in:
William Wilgus 2019-09-20 03:57:38 -05:00
parent 10e5e56f3c
commit 70aeac4666

View file

@ -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 =