Commit fed9ffc1 authored by valenok's avatar valenok

struct mg_request_info * -> const struct mg_request_info *

parent a0e202d8
...@@ -148,7 +148,7 @@ static const struct test_config { ...@@ -148,7 +148,7 @@ static const struct test_config {
static void *callback(enum mg_event event, static void *callback(enum mg_event event,
struct mg_connection *conn, struct mg_connection *conn,
struct mg_request_info *request_info) { const struct mg_request_info *request_info) {
int i; int i;
for (i = 0; test_config[i].uri != NULL; i++) { for (i = 0; test_config[i].uri != NULL; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment