diff options
| -rw-r--r-- | tests/libtest/lib500.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index 7cbc65e3f..5943b5849 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -8,6 +8,6 @@ int test(char *URL)    curl_easy_setopt(curl, CURLOPT_HEADER, TRUE);    res = curl_easy_perform(curl);    curl_easy_cleanup(curl);   -  return res; +  return (int)res;  }  | 
