mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Core Audio: Fix a warning on the iOS build.
This commit is contained in:
+1
-1
@@ -24979,7 +24979,7 @@ static ma_result ma_device_init_internal__coreaudio(ma_context* pContext, ma_dev
|
||||
}
|
||||
if (status != noErr) {
|
||||
((ma_AudioComponentInstanceDispose_proc)pContext->coreaudio.AudioComponentInstanceDispose)(pData->audioUnit);
|
||||
return result;
|
||||
return ma_result_from_OSStatus(status);
|
||||
}
|
||||
|
||||
#if defined(MA_APPLE_DESKTOP)
|
||||
|
||||
Reference in New Issue
Block a user