From 396eeff89e1269269b9e94f36a2efdd00dab9e80 Mon Sep 17 00:00:00 2001 From: Tom Lally Date: Thu, 25 Aug 2022 06:42:01 +0100 Subject: [PATCH] Removed duplicate #endif --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1aaa6639..44704eb9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,6 @@ extern "C" DLLEXPORT DWORD NvOptimusEnablement = 0x00000001; } #endif -#endif bool _cpuExtension_SSSE3 = false; bool _cpuExtension_SSE4_1 = false;