diff --git a/examples/common.c b/examples/common.c index d774a95..d4d0c8e 100644 --- a/examples/common.c +++ b/examples/common.c @@ -248,6 +248,7 @@ void send(tid_t to, int v) { channel[to].content = v; channel[to].full = 1; mtx_unlock(&m); + return; } }