]> git.mxchange.org Git - simgear.git/commitdiff
Fix a Simgear compile failure.
authorJames Turner <zakalawe@mac.com>
Sat, 9 Jan 2016 15:45:43 +0000 (09:45 -0600)
committerJames Turner <zakalawe@mac.com>
Sat, 9 Jan 2016 15:45:43 +0000 (09:45 -0600)
simgear/io/test_HTTP.cxx

index 54693599b32aeff2cb284e679c5f167c6a75ca8a..0703fe8ee4cf5f20b89d32dbe4f75affad2c24a1 100644 (file)
@@ -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);
     }