diff options
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index e6e3b0794..03fddb458 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1714,7 +1714,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue) easy=multi->easy.next; while(easy != &multi->easy) { if(easy->msg_stored) { - easy->msg_stored = 0;; + easy->msg_stored = 0; break; } easy = easy->next; |