Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-10-12 09:39:38 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-10-12 21:37:20 +0400
commit6a2c02cd2d147f3550b6ed7a479b6599a5de01f0 (patch)
tree54feac10b6c3112e9ac7fc47cdaecdcd90bd7230 /src
parent706e732f62f2a97b462fd2abadfd1f39ef6df8e9 (diff)
AudioSwitcher.cpp: remove double semicolon.
Diffstat (limited to 'src')
-rw-r--r--src/filters/switcher/AudioSwitcher/AudioSwitcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/switcher/AudioSwitcher/AudioSwitcher.cpp b/src/filters/switcher/AudioSwitcher/AudioSwitcher.cpp
index e9db02ec7..8edfc6335 100644
--- a/src/filters/switcher/AudioSwitcher/AudioSwitcher.cpp
+++ b/src/filters/switcher/AudioSwitcher/AudioSwitcher.cpp
@@ -722,7 +722,7 @@ STDMETHODIMP CAudioSwitcherFilter::Enable(long lIndex, DWORD dwFlags)
{
HRESULT hr = __super::Enable(lIndex, dwFlags);
if (S_OK == hr) {
- m_normalizeFactor = m_nMaxNormFactor;;
+ m_normalizeFactor = m_nMaxNormFactor;
}
return hr;
}