From f3a58f4ff337cf8de60924978f1a1e1fe8fdb1e7 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 10 Dec 2017 22:07:25 -0500 Subject: [PATCH] remove extra #endif --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 38dd96eb3f..4145be9d77 100644 --- a/config.def.h +++ b/config.def.h @@ -663,7 +663,6 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/window #endif #elif _MSC_VER == 1400 static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2005/x86/latest/"; -#endif #elif _MSC_VER == 1310 static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/windows-msvc2003/x86/latest/"; #else