mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:17:17 +03:00
examples: fix more empty expression statement has no effect
Follow-up to 26e46617b9
This commit is contained in:
parent
a6d20b89db
commit
0a5b8af777
3 changed files with 15 additions and 12 deletions
|
|
@ -315,7 +315,7 @@ int main(void)
|
|||
*/
|
||||
|
||||
do {
|
||||
int msgq = 0;;
|
||||
int msgq = 0;
|
||||
m = curl_multi_info_read(multi_handle, &msgq);
|
||||
if(m && (m->msg == CURLMSG_DONE)) {
|
||||
CURL *e = m->easy_handle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue