diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-13 12:18:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-13 12:18:34 +0000 |
commit | 12b71e422fe292ae2b6a006894fc3156c5a82322 (patch) | |
tree | 74005f45c39642e22f5f21ece7d19323371e0e3e | |
parent | d25a0a1bc873a13976b545007b7e33a7295b9ad7 (diff) |
return an int
-rw-r--r-- | tests/libtest/lib506.c | 2 |
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; |