Fix compiler warning "statement is unreachable"

This commit is contained in:
Yang Tse 2007-02-22 06:22:19 +00:00
parent 9bf9617ad6
commit 8e27ed2fdd
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
else {
return CHUNKE_BAD_CHUNK;
}
break;
default:
return CHUNKE_STATE_ERROR;