mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
typo: remove duplicate semicolon
This commit is contained in:
parent
1267719735
commit
6ccbd1bee4
@ -1714,7 +1714,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue)
|
|||||||
easy=multi->easy.next;
|
easy=multi->easy.next;
|
||||||
while(easy != &multi->easy) {
|
while(easy != &multi->easy) {
|
||||||
if(easy->msg_stored) {
|
if(easy->msg_stored) {
|
||||||
easy->msg_stored = 0;;
|
easy->msg_stored = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
easy = easy->next;
|
easy = easy->next;
|
||||||
|
Loading…
Reference in New Issue
Block a user