aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib506.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-13 12:18:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-13 12:18:34 +0000
commit12b71e422fe292ae2b6a006894fc3156c5a82322 (patch)
tree74005f45c39642e22f5f21ece7d19323371e0e3e /tests/libtest/lib506.c
parentd25a0a1bc873a13976b545007b7e33a7295b9ad7 (diff)
return an int
Diffstat (limited to 'tests/libtest/lib506.c')
-rw-r--r--tests/libtest/lib506.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c
index 91137fb97..91ccb4ab2 100644
--- a/tests/libtest/lib506.c
+++ b/tests/libtest/lib506.c
@@ -129,7 +129,7 @@ char *suburl(char *base, int i)
/* test function */
int test(char *URL)
{
- CURLcode res;
+ int res;
CURLSHcode scode;
char *url;
struct Tdata tdata;