mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Corrected comment for mg_start()
This commit is contained in:
parent
3e48cebc13
commit
d1de5f0190
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user