From 93bb96ef9aa98543310aa9f204f96cd5b3524328 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Sun, 20 Oct 2013 08:04:23 +0000 Subject: [PATCH] Fixed compile. (nw) --- src/emu/webengine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/webengine.c b/src/emu/webengine.c index dcac5878d1d..dbc66ddfb5f 100644 --- a/src/emu/webengine.c +++ b/src/emu/webengine.c @@ -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 { {