Fix compiler warning "statement is unreachable"
authorYang Tse <yangsita@gmail.com>
Thu, 22 Feb 2007 06:22:19 +0000 (06:22 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 22 Feb 2007 06:22:19 +0000 (06:22 +0000)
lib/http_chunks.c

index 4b416c1..cc89068 100644 (file)
@@ -403,7 +403,7 @@ CHUNKcode Curl_httpchunk_read(struct connectdata *conn,
       else {
         return CHUNKE_BAD_CHUNK;
       }
-      break;
+
 
     default:
       return CHUNKE_STATE_ERROR;