wineesd.drv: Remove a redundant assignment.

This commit is contained in:
Francois Gouget 2009-06-16 19:15:54 +02:00 committed by Alexandre Julliard
parent 45311c6724
commit f6c7e48af1

View file

@ -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);