mirror of
https://github.com/curl/curl.git
synced 2026-05-14 15:46:20 +03:00
Fix compiler warning "statement is unreachable"
This commit is contained in:
parent
9bf9617ad6
commit
8e27ed2fdd
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
|||
else {
|
||||
return CHUNKE_BAD_CHUNK;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
return CHUNKE_STATE_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue