From c7977c6e355b7779c2a44aa64c769382cc0b21f5 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Tue, 12 Aug 2025 12:03:06 -0600 Subject: [PATCH] Fixed typo --- src/Companion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Companion.cpp b/src/Companion.cpp index 73e1923..62d6493 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -212,7 +212,7 @@ void Companion::Init(const ExportType type) { #endif #ifndef __EMSCRIPTEN__ // We call this manually this->Process(); -#else +#endif } void Companion::ParseEnums(std::string& header) {