[SNDVOL32] Fix a typo in the bass and treble slider code

This commit is contained in:
Eric Kohl 2019-09-24 23:28:17 +02:00
parent d4f2e4a378
commit 6bf7a8edfb

View file

@ -188,7 +188,7 @@ OnHScroll(
DWORD dwControlID = 0, dwStep, dwPosition;
DWORD dwMaximum, dwMinimum;
if (dwCtrlID != IDC_ADV_BASS_SLIDER ||
if (dwCtrlID != IDC_ADV_BASS_SLIDER &&
dwCtrlID != IDC_ADV_TREBLE_SLIDER)
return;