mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 11:04:17 +00:00
Fix typo
This commit is contained in:
2
vendor/miniaudio/synchronization.odin
vendored
2
vendor/miniaudio/synchronization.odin
vendored
@@ -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