mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:47:34 +03:00
modified to hush compiler warnings
This commit is contained in:
parent
b6e9229cf0
commit
687cf0235e
1 changed files with 2 additions and 2 deletions
|
|
@ -520,10 +520,10 @@ static int send_doc(int sock, struct httprequest *req)
|
|||
written = swrite(sock, STREAMTHIS, count);
|
||||
if(written != (int)count) {
|
||||
logmsg("Stopped streaming");
|
||||
return -1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
return -1;
|
||||
case RCMD_IDLE:
|
||||
/* Do nothing. Sit idle. Pretend it rains. */
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue