Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Feb 2, 2023
1 parent 4e70256 commit fcc920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/miniaudio/synchronization.odin
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ foreign lib {
*/
spinlock_unlock :: proc(/*volatile*/ pSpinlock: ^spinlock) -> result ---

when NO_THREADING {
when !NO_THREADING {
/*
Creates a mutex.
Expand Down

0 comments on commit fcc920e

Please sign in to comment.