Commit b461edab authored by Sergey Lyubka's avatar Sergey Lyubka

Squashed warnings

parent c9e666ba
......@@ -282,7 +282,7 @@ static int log_message_cb(const struct mg_connection *conn, const char *msg) {
static const struct mg_callbacks CALLBACKS = {
&begin_request_handler_cb, NULL, &log_message_cb, NULL, NULL, NULL, NULL,
&open_file_cb, NULL, &upload_cb
&open_file_cb, NULL, &upload_cb, NULL, NULL
};
static const char *OPTIONS[] = {
......
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