dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

This commit is contained in:
Bruno Jesus 2015-06-15 10:26:03 -03:00 committed by Alexandre Julliard
parent 0030353082
commit f9a83377bc
1 changed files with 1 additions and 1 deletions

View File

@ -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 */