Another CXX_BUILD buildfix
This commit is contained in:
parent
7b3be5eddf
commit
e4873f8a46
|
@ -279,7 +279,7 @@ int generic_action_ok_displaylist_push(const char *path,
|
||||||
const char *label, unsigned type, size_t idx, size_t entry_idx,
|
const char *label, unsigned type, size_t idx, size_t entry_idx,
|
||||||
unsigned action_type)
|
unsigned action_type)
|
||||||
{
|
{
|
||||||
menu_displaylist_info_t info = {0};
|
menu_displaylist_info_t info;
|
||||||
char tmp[PATH_MAX_LENGTH];
|
char tmp[PATH_MAX_LENGTH];
|
||||||
char parent_dir[PATH_MAX_LENGTH];
|
char parent_dir[PATH_MAX_LENGTH];
|
||||||
enum menu_displaylist_ctl_state dl_type = DISPLAYLIST_NONE;
|
enum menu_displaylist_ctl_state dl_type = DISPLAYLIST_NONE;
|
||||||
|
|
Loading…
Reference in New Issue