]> granicus.if.org Git - curl/commitdiff
fix syntax error
authorDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2008 13:23:21 +0000 (13:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Oct 2008 13:23:21 +0000 (13:23 +0000)
lib/url.c

index bf232758995a36cbed09915b3e9f476bd03af84f..065b74f62bf096081f230a33a386db32d731ec47 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -232,7 +232,7 @@ static void close_connections(struct SessionHandle *data)
 {
   /* Loop through all open connections and kill them one by one */
   long i;
-  do {
+  do
     i = ConnectionKillOne(data);
   while(i != -1L);
 }