mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
@@ -158,5 +158,5 @@ destroy :: proc(t: ^Thread) {
|
|||||||
|
|
||||||
|
|
||||||
yield :: proc() {
|
yield :: proc() {
|
||||||
unix.pthread_yield()
|
unix.pthread_yield();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user