aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib500.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib500.c')
-rw-r--r--tests/libtest/lib500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c
index f78ab5561..7cbc65e3f 100644
--- a/tests/libtest/lib500.c
+++ b/tests/libtest/lib500.c
@@ -1,6 +1,6 @@
#include "test.h"
-CURLcode test(char *URL)
+int test(char *URL)
{
CURLcode res;
CURL *curl = curl_easy_init();