Imported Upstream version 7.53.1
[platform/upstream/curl.git] / tests / libtest / lib1500.c
index f3c4958..73d23a1 100644 (file)
@@ -29,8 +29,8 @@
 
 int test(char *URL)
 {
-  CURLcurls = NULL;
-  CURLMmulti = NULL;
+  CURL *curls = NULL;
+  CURLM *multi = NULL;
   int still_running;
   int i = TEST_ERR_FAILURE;
   int res = 0;