From 8939076f949c15b1d02c516a9aa379e0b2095441 Mon Sep 17 00:00:00 2001 From: Mikhail Romanko Date: Mon, 10 Jun 2024 22:23:34 +0300 Subject: Fix typo in thread_null implementation --- include/bh/internal/thread_null.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bh/internal/thread_null.h b/include/bh/internal/thread_null.h index 322ef26..035d585 100644 --- a/include/bh/internal/thread_null.h +++ b/include/bh/internal/thread_null.h @@ -11,7 +11,7 @@ struct bh_mutex_s struct bh_semaphore_s { void *handle; -}: +}; struct bh_cond_s { -- cgit v1.2.3