diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 3715583fa..73197a815 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -432,7 +432,7 @@ void FurnaceGUI::drawInsList(bool asChild) { break; case DIV_INS_SM8521: ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_SM8521]); - name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i);/*placeholder*/ + name=fmt::sprintf(ICON_FA_GAMEPAD "##_INS%d",i); break; case DIV_INS_PV1000: ImGui::PushStyleColor(ImGuiCol_Text,uiColors[GUI_COLOR_INSTR_PV1000]);