mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 16:24:04 +02:00
Fix a compilation error.
This commit is contained in:
+1
-1
@@ -44513,7 +44513,7 @@ MA_API void ma_context_get_backend_info(ma_context* pContext, ma_device_backend_
|
||||
return;
|
||||
}
|
||||
|
||||
return ma_get_device_backend_info(pContext->pVTable, pBackendInfo);
|
||||
ma_get_device_backend_info(pContext->pVTable, pBackendInfo);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user