[SNDVOL32] Fix a typo in the bass and treble slider code
[reactos.git] / base / applications / sndvol32 / advanced.c
index a41112a..ee3a1de 100644 (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;