We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850a967 commit f4c4bb2Copy full SHA for f4c4bb2
docs/index.md
@@ -55,7 +55,7 @@ static void m_mod_on_evt(m_mod_t *mod, const m_queue_t *const evts) {
55
case M_SRC_TYPE_PS:
56
if (strcmp((char *)msg->ps_evt->data, "ByeBye") == 0) {
57
m_mod_log("Bye\n"):
58
- m_ctx_quit(m_mod_ctx(mod), 0);
+ m_ctx_quit(0);
59
}
60
break;
61
0 commit comments