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