mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
Fixed compile. (nw)
This commit is contained in:
parent
715ba22b0c
commit
93bb96ef9a
@ -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)
|
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
|
if (status == 404) // 404 -- File Not Found
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user