Forgot a break;

This commit is contained in:
twinaphex 2015-05-12 12:02:58 +02:00
parent acf332dce4
commit 33c9afda17

View File

@ -77,6 +77,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
ret = menu_entries_parse_list(info->list, info->menu_list,
info->path, info->label, info->type,
info->type_default, info->exts, NULL);
break;
case DISPLAYLIST_PERFCOUNTER_SELECTION:
menu_list_clear(info->list);
menu_list_push(info->list, "Frontend Counters", "frontend_counters",