From e3009f2950b2f6b778a6e0daf4466d6ec9132ed2 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 5 Feb 2010 19:19:34 +0000 Subject: fix compiler warning --- tests/libtest/lib568.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib568.c') diff --git a/tests/libtest/lib568.c b/tests/libtest/lib568.c index 0e7e3fea4..3443c406a 100644 --- a/tests/libtest/lib568.c +++ b/tests/libtest/lib568.c @@ -32,7 +32,7 @@ static char *suburl(const char *base, int i) */ int test(char *URL) { - CURLcode res; + int res; CURL *curl; int sdp; FILE *sdpf = NULL; -- cgit v1.2.3