From 201285ec1ba535a24d3b8a9faf10da15c8858e57 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 21 Jan 2015 06:29:36 +0100 Subject: [PATCH] Correct two buildbot server URLs --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 1908542c93..07f7b2b8e4 100644 --- a/config.def.h +++ b/config.def.h @@ -652,9 +652,9 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/androi static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/ios/latest/"; #elif defined(_WIN32) && !defined(_XBOX) #if defined(__x86_64__) -static char buildbot_server_url[] = "http://http://buildbot.libretro.com/nightly/win-x86_64/latest/"; +static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86_64/latest/"; #elif defined(__i386__) || defined(__i486__) || defined(__i686__) -static char buildbot_server_url[] = "http://http://buildbot.libretro.com/nightly/win-x86/latest/"; +static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/win-x86/latest/"; #endif #else static char buildbot_server_url[] = "";