Clean docs while publishing

PUBLISHED_FROM=274a19d6988002fb029e614bffea4083002324a1
This commit is contained in:
Marko Mikulicic 2016-06-07 17:47:39 +03:00 committed by Cesanta Bot
parent d6ecfe7f24
commit 845e608280

View File

@ -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);
}