This commit is contained in:
2026-02-25 15:27:26 +01:00
parent 1c1a7e9404
commit 4fd7330085

View File

@@ -207,7 +207,7 @@
(mutex-unlock (ao-shm-mutex shm)) (mutex-unlock (ao-shm-mutex shm))
(displayln "Posting semaphore twice, one to let play thread continue, one for own use") (displayln "Posting semaphore twice, one to let play thread continue, one for own use")
(os-semaphore-post (ao-shm-pause-sem shm)) (os-semaphore-post (ao-shm-pause-sem shm))
(os-semaphote-post (ao-shm-pause-sem shm)) (os-semaphore-post (ao-shm-pause-sem shm))
) )
) )
) )