From 0f86f79a3cf3b913381d5d03a29a6f8b028c4ef4 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Fri, 25 Oct 2013 17:24:35 -0500 Subject: [PATCH] else if what? Assuming you meant just else --- src/arch/Threads/Threads_Win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/Threads/Threads_Win32.h b/src/arch/Threads/Threads_Win32.h index bc99a53ce7..9b932cd3e5 100644 --- a/src/arch/Threads/Threads_Win32.h +++ b/src/arch/Threads/Threads_Win32.h @@ -4,7 +4,7 @@ #include "Threads.h" #if defined(_WINDOWS) # include -#else if +#else # include #endif