diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:19:34 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-05 19:19:34 +0000 |
commit | e3009f2950b2f6b778a6e0daf4466d6ec9132ed2 (patch) | |
tree | 64fbf9a4e41e54926e2bd83bd371081f50198ce3 /tests/libtest/lib568.c | |
parent | cad9c3f55fad5da988144dc83ad76a8544a071a2 (diff) | |
download | curl-e3009f2950b2f6b778a6e0daf4466d6ec9132ed2.tar.gz |
fix compiler warning
Diffstat (limited to 'tests/libtest/lib568.c')
-rw-r--r-- | tests/libtest/lib568.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |