From 4f6ed683e83fb67388067ab16dee07cfb7368fab Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 19 Oct 2006 22:48:33 +0000 Subject: Compiler warning fix --- tests/libtest/lib504.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib504.c') diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index cba069122..8c5700dac 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -43,7 +43,7 @@ int test(char *URL) interval.tv_sec = 1; interval.tv_usec = 0; - int loop2 = 20; + loop2 = 20; fprintf(stderr, "curl_multi_perform()\n"); -- cgit v1.2.3