Fix typo in thread_null implementation

This commit is contained in:
2024-06-10 22:23:34 +03:00
parent 54c33ec67a
commit 8939076f94

View File

@@ -11,7 +11,7 @@ struct bh_mutex_s
struct bh_semaphore_s struct bh_semaphore_s
{ {
void *handle; void *handle;
}: };
struct bh_cond_s struct bh_cond_s
{ {