Commit aa808571 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mciwave: Remove an unused assigment (PVS-Studio).

parent 7c60a31c
......@@ -1118,7 +1118,7 @@ static DWORD WAVE_mciRecord(MCIDEVICEID wDevID, DWORD_PTR dwFlags, DWORD_PTR pmt
TRACE("Recording (normalized) from byte=%u for %u bytes\n", wmw->dwPosition, end - wmw->dwPosition);
dwRet = waveInStart(wmw->hWave);
waveInStart(wmw->hWave);
if (hEvent) SetEvent(hEvent);
......
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