Fix a warning in PulseAudio when stopping the device.

This commit is contained in:
David Reid
2020-11-30 21:17:42 +10:00
parent 07c7aa80dc
commit ba7be0d4a9
+1 -1
View File
@@ -22577,7 +22577,7 @@ static ma_result ma_device_stop__pulse(ma_device* pDevice)
pDevice->onStop(pDevice);
}
return result;
return MA_SUCCESS;
}
static ma_result ma_context_uninit__pulse(ma_context* pContext)