mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Fix typo
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ foreign lib {
|
||||
*/
|
||||
spinlock_unlock :: proc(/*volatile*/ pSpinlock: ^spinlock) -> result ---
|
||||
|
||||
when NO_THREADING {
|
||||
when !NO_THREADING {
|
||||
/*
|
||||
Creates a mutex.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user