Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/winepulse.drv/mmdevdrv.c:
return AUDCLNT_E_ALREADY_INITIALIZED; }
- if (!pulse_thread)
- if (FAILED(hr = main_loop_start())) {
Once again, sorry for the nitpick, but why is the `{` on the next line here but in the same line in other places?