Commit f9a83377 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

parent 00303530
......@@ -216,7 +216,7 @@ HRESULT IDirectMusicUtils_IPersistStream_ParseReference (LPPERSISTSTREAM iface,
}
TRACE("** DM Reference End of Load ***\n");
return S_OK;
return hr;
}
/* FOURCC to string conversion for debug messages */
......
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