aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib505.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib505.c')
-rw-r--r--tests/libtest/lib505.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c
index 0efaf76cc..131df7856 100644
--- a/tests/libtest/lib505.c
+++ b/tests/libtest/lib505.c
@@ -34,7 +34,7 @@
* Example based on source code provided by Erick Nuwendam. Thanks!
*/
-CURLcode test(char *URL)
+int test(char *URL)
{
CURL *curl;
CURLcode res;