This commit is contained in:
Agent X 2024-09-01 20:41:39 -04:00
parent b18af26c61
commit 4e01841693
1 changed files with 2 additions and 1 deletions

View File

@ -87,8 +87,9 @@ static void djui_panel_mod_menu_mod_create_element(struct DjuiBase* parent, int
}
break;
}
case MOD_MENU_ELEMENT_MAX:
case MOD_MENU_ELEMENT_MAX: {
break;
}
}
}