Skip to content
Snippets Groups Projects
Commit 8e27ed2f authored by Yang Tse's avatar Yang Tse
Browse files

Fix compiler warning "statement is unreachable"

parent 9bf9617a
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
else {
return CHUNKE_BAD_CHUNK;
}
break;
default:
return CHUNKE_STATE_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment