Fixed compile. (nw)

This commit is contained in:
Curt Coder 2013-10-20 08:04:23 +00:00
parent 715ba22b0c
commit 93bb96ef9a

View File

@ -337,7 +337,7 @@ static int begin_request_handler_static(struct mg_connection *conn)
static int begin_http_error_handler_static(struct mg_connection *conn, int status)
{
const struct mg_request_info *request_info = mg_get_request_info(conn);
//const struct mg_request_info *request_info = mg_get_request_info(conn);
if (status == 404) // 404 -- File Not Found
{
{