https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6bf7a8edfb5d022de8ff6…
commit 6bf7a8edfb5d022de8ff61628c699ab33f0825ab
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Tue Sep 24 23:28:17 2019 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Tue Sep 24 23:28:17 2019 +0200
[SNDVOL32] Fix a typo in the bass and treble slider code
---
base/applications/sndvol32/advanced.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/sndvol32/advanced.c
b/base/applications/sndvol32/advanced.c
index a41112a9318..ee3a1de5e4a 100644
--- a/base/applications/sndvol32/advanced.c
+++ b/base/applications/sndvol32/advanced.c
@@ -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;