Commit 29a38875 authored by valenok's avatar valenok

Corrected description of mg_send_file()

parent 5bbb6fbb
......@@ -159,7 +159,6 @@ int mg_printf(struct mg_connection *, const char *fmt, ...);
// Send contents of the entire file together with HTTP headers.
// Return 1 on success, 0 on error (e.g. file does not exist).
void mg_send_file(struct mg_connection *conn, const char *path);
......
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