diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/lib583.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c index d01d98f1f..f1270e1d3 100644 --- a/tests/libtest/lib583.c +++ b/tests/libtest/lib583.c @@ -32,7 +32,7 @@ int test(char *URL) { CURLMcode retVal; - int stillRunning, retValcm; + int stillRunning; CURLM* multiHandle; CURL* curl; int res; |