Commit ba7be0d4 authored by David Reid's avatar David Reid

Fix a warning in PulseAudio when stopping the device.

parent 07c7aa80
...@@ -22577,7 +22577,7 @@ static ma_result ma_device_stop__pulse(ma_device* pDevice) ...@@ -22577,7 +22577,7 @@ static ma_result ma_device_stop__pulse(ma_device* pDevice)
pDevice->onStop(pDevice); pDevice->onStop(pDevice);
} }
return result; return MA_SUCCESS;
} }
static ma_result ma_context_uninit__pulse(ma_context* pContext) static ma_result ma_context_uninit__pulse(ma_context* pContext)
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