summaryrefslogtreecommitdiff
path: root/docs/examples/http2-pushinmemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/http2-pushinmemory.c')
-rw-r--r--docs/examples/http2-pushinmemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/http2-pushinmemory.c b/docs/examples/http2-pushinmemory.c
index 74e0bc76e..7610ccc35 100644
--- a/docs/examples/http2-pushinmemory.c
+++ b/docs/examples/http2-pushinmemory.c
@@ -163,7 +163,7 @@ int main(void)
* easy handles but *we* need to clean them up when they are done.
*/
do {
- int msgq = 0;;
+ int msgq = 0;
m = curl_multi_info_read(multi, &msgq);
if(m && (m->msg == CURLMSG_DONE)) {
CURL *e = m->easy_handle;