Module: wine Branch: master Commit: f65cf1ed6d711445befcc6596e3ce374c77394d6 URL: https://gitlab.winehq.org/wine/wine/-/commit/f65cf1ed6d711445befcc6596e3ce37...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Oct 26 14:38:43 2023 +0200
dmime: Remove shadowing local hr variable.
---
dlls/dmime/segment.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/dmime/segment.c b/dlls/dmime/segment.c index 5f409b3cb5a..126bc44335d 100644 --- a/dlls/dmime/segment.c +++ b/dlls/dmime/segment.c @@ -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);