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