Commit 845e6082 authored by Marko Mikulicic's avatar Marko Mikulicic Committed by Cesanta Bot

Clean docs while publishing

PUBLISHED_FROM=274a19d6988002fb029e614bffea4083002324a1
parent d6ecfe7f
......@@ -5200,7 +5200,7 @@ void mg_http_handler(struct mg_connection *nc, int ev, void *ev_data) {
mg_http_call_endpoint_handler(nc, trigger_ev, hm);
}
#else
mg_http_call_endpoint_handler(nc, trigger_ev, hm);
mg_http_call_endpoint_handler(nc, trigger_ev, hm);
#endif
mbuf_remove(io, hm->message.len);
}
......
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