From 4e2e371b26be6e6fb02de0b6037c9c6af634b16d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 31 Jul 2021 09:25:02 +1000 Subject: [PATCH] Fix a merge error. --- miniaudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 5ffeac5a..8ce7ec3a 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -29485,7 +29485,6 @@ static ma_result ma_context__uninit_device_tracking__coreaudio(ma_context* pCont /* At this point there should be no tracked devices. If not there's an error somewhere. */ if (g_ppTrackedDevices_CoreAudio != NULL) { ma_log_postf(ma_context_get_log(pContext), MA_LOG_LEVEL_WARNING, "You have uninitialized all contexts while an associated device is still active.", MA_INVALID_OPERATION); - return MA_INVALID_OPERATION; ma_spinlock_unlock(&g_DeviceTrackingInitLock_CoreAudio); return MA_INVALID_OPERATION; }