]> granicus.if.org Git - curl/commitdiff
simplessl.c: warning: while with space
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2016 14:00:18 +0000 (15:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Feb 2016 14:00:18 +0000 (15:00 +0100)
docs/examples/simplessl.c

index 8af3aa13f6b40020b204103f33fde1a332028c00..81713ab89f729803938e7ffe3013724d5c0c7b8e 100644 (file)
@@ -130,7 +130,7 @@ int main(void)
                 curl_easy_strerror(res));
 
       /* we are done... */
-    } while (0);
+    } while(0);
     /* always cleanup */
     curl_easy_cleanup(curl);
   }