Fix compiler warning "statement is unreachable"
This commit is contained in:
parent
9bf9617ad6
commit
8e27ed2fdd
@ -403,7 +403,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
|
||||
else {
|
||||
return CHUNKE_BAD_CHUNK;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
return CHUNKE_STATE_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user