Commit b5b77ed6 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

winecoreaudio.drv: Place output message before return statement.

parent bdbb8591
......@@ -1625,8 +1625,8 @@ static HRESULT WINAPI AudioClient_GetService(IAudioClient3 *iface, REFIID riid,
if(*ppv) hr = S_OK;
else{
return E_NOINTERFACE;
FIXME("stub %s\n", debugstr_guid(riid));
return E_NOINTERFACE;
}
end:
......
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