From: James Turner Date: Sat, 9 Jan 2016 15:45:43 +0000 (-0600) Subject: Fix a Simgear compile failure. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dad77b3983acadc660e1269bbaed9303f6e2ea6f;p=simgear.git Fix a Simgear compile failure. --- diff --git a/simgear/io/test_HTTP.cxx b/simgear/io/test_HTTP.cxx index 54693599..0703fe8e 100644 --- a/simgear/io/test_HTTP.cxx +++ b/simgear/io/test_HTTP.cxx @@ -696,7 +696,7 @@ int main(int argc, char* argv[]) #if defined(ENABLE_CURL) const int SERVER_NO_DATA_CODE = CURLE_GOT_NOTHING; #else - const int SERVER_NO_DATA_CODESERVER_NO_DATA_CODE = 500; + const int SERVER_NO_DATA_CODE = 500; #endif COMPARE(tr->responseCode(), SERVER_NO_DATA_CODE); }