Commit f6c7e48a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wineesd.drv: Remove a redundant assignment.

parent 45311c67
......@@ -1466,8 +1466,6 @@ static DWORD wodGetVolume(WORD wDevID, LPDWORD lpdwVol)
*lpdwVol = left + (right << 16);
ret = MMSYSERR_NOERROR;
}
else
ret = MMSYSERR_ERROR;
if (esd_all_info)
esd_free_all_info(esd_all_info);
......
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