mg_start() has changed

This commit is contained in:
valenok 2010-10-31 16:33:04 +00:00
parent 11951a57ff
commit b452eb1eae

View File

@ -374,7 +374,7 @@ int main(void) {
srand((unsigned) time(0));
// Setup and start Mongoose
ctx = mg_start(&event_handler, options);
ctx = mg_start(&event_handler, NULL, options);
assert(ctx != NULL);
// Wait until enter is pressed, then exit