Fixed compilation: removed extra tokens after #endif, which MSVC doesn't complain about :-(

This commit is contained in:
goldsimon 2010-03-25 10:32:12 +00:00
parent 71b0d509dc
commit 321578fd14
1 changed files with 1 additions and 1 deletions

View File

@ -1438,7 +1438,7 @@ http_parse_request(struct pbuf **inp, struct http_state *hs)
pbuf_copy_partial(hs->req, httpd_req_buf, data_len, 0);
data = httpd_req_buf;
} else
#endif LWIP_HTTPD_SUPPORT_REQUESTLIST
#endif /* LWIP_HTTPD_SUPPORT_REQUESTLIST */
{
data = (char *)p->payload;
data_len = p->len;