From 12b71e422fe292ae2b6a006894fc3156c5a82322 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 13 Feb 2004 12:18:34 +0000 Subject: return an int --- tests/libtest/lib506.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib506.c') 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; -- cgit v1.2.3