struct mg_request_info * -> const struct mg_request_info *

This commit is contained in:
valenok 2010-08-31 07:49:55 +01:00
parent a0e202d828
commit fed9ffc150

View File

@ -148,7 +148,7 @@ static const struct test_config {
static void *callback(enum mg_event event,
struct mg_connection *conn,
struct mg_request_info *request_info) {
const struct mg_request_info *request_info) {
int i;
for (i = 0; test_config[i].uri != NULL; i++) {