From 2f03922b4328ae05fca2035873108979aa8750de Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 23 Aug 2021 14:25:27 +0200 Subject: [PATCH] build fix --- core/rend/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rend/gui.cpp b/core/rend/gui.cpp index 4044aa017..90c84db77 100644 --- a/core/rend/gui.cpp +++ b/core/rend/gui.cpp @@ -1147,7 +1147,7 @@ static void gui_display_settings() } ImGui::SameLine(); ShowHelpMarker("The directory containing BIOS files, as well as saved VMUs and states"); -#elseif !defined(TARGET_IPHONE) +#elif !defined(TARGET_IPHONE) if (ImGui::ListBoxHeader("Home Directory", 1)) { ImGui::AlignTextToFramePadding();