Commit f8fa9332 authored by David Reid's avatar David Reid

OSS: Fix a compilation error.

parent 959de2e9
...@@ -33860,7 +33860,7 @@ static ma_result ma_device_init_fd__oss(ma_device* pDevice, const ma_device_conf ...@@ -33860,7 +33860,7 @@ static ma_result ma_device_init_fd__oss(ma_device* pDevice, const ma_device_conf
result = ma_context_open_device__oss(pDevice->pContext, deviceType, pDeviceID, shareMode, &fd); result = ma_context_open_device__oss(pDevice->pContext, deviceType, pDeviceID, shareMode, &fd);
if (result != MA_SUCCESS) { if (result != MA_SUCCESS) {
ma_log_post(ma_device_get_log(pDevice), MA_LOG_LEVEL_ERROR, "[OSS] Failed to open device.", result); ma_log_post(ma_device_get_log(pDevice), MA_LOG_LEVEL_ERROR, "[OSS] Failed to open device.");
return result; return result;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment