Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Sep 9, 2024
1 parent 5ade31d commit 32d41f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opl.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static void itemExecTriangle(struct menu_item *curMenu)

static void initMenuForListSupport(opl_io_module_t *mod)
{
items_list_t *list = mod->support;
item_list_t *list = mod->support;

mod->menuItem.icon_id = mod->support->itemIconId(mod->support);
mod->menuItem.text = NULL;
Expand Down

0 comments on commit 32d41f4

Please sign in to comment.