Imported Upstream version 7.53.1
[platform/upstream/curl.git] / tests / libtest / lib1502.c
index e4e1a16..bd555cb 100644 (file)
@@ -41,8 +41,8 @@
 
 int test(char *URL)
 {
-  CURLeasy = NULL;
-  CURLMmulti = NULL;
+  CURL *easy = NULL;
+  CURLM *multi = NULL;
   int still_running;
   int res = 0;