Commit f65cf1ed authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dmime: Remove shadowing local hr variable.

parent 17416be9
......@@ -816,7 +816,6 @@ static HRESULT WINAPI segment_persist_stream_Load(IPersistStream *iface, IStream
case MAKE_IDTYPE(FOURCC_RIFF, mmioFOURCC('W','A','V','E')):
{
IDirectMusicTrack8 *track;
HRESULT hr;
TRACE("Loading segment %p from wave file\n", This);
......
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