Skip to content
Snippets Groups Projects
Commit d1de5f01 authored by valenok's avatar valenok
Browse files

Corrected comment for mg_start()

parent 3e48cebc
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ typedef void * (*mg_callback_t)(enum mg_event event,
// "listening_ports", "80,443s",
// NULL
// };
// struct mg_context *ctx = mg_start(&my_func, options);
// struct mg_context *ctx = mg_start(&my_func, NULL, options);
//
// Please refer to http://code.google.com/p/mongoose/wiki/MongooseManual
// for the list of valid option and their possible values.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment