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
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-04-27 17:07:22 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-04-27 17:07:22 +0400
commit668810f21b23086991efe4a9dfe80e495daa88f1 (patch)
treeae7a4eb96e7a8a2b1efc5a13672ef1cee7ea2e94
parent7ae4697a110ab5632e1a7d5d793e641a5a635415 (diff)
run astyle
-rw-r--r--src/mpc-hc/PPageAudioSwitcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpc-hc/PPageAudioSwitcher.cpp b/src/mpc-hc/PPageAudioSwitcher.cpp
index 15ffb6a8f..92fcfcef2 100644
--- a/src/mpc-hc/PPageAudioSwitcher.cpp
+++ b/src/mpc-hc/PPageAudioSwitcher.cpp
@@ -337,7 +337,7 @@ void CPPageAudioSwitcher::OnUpdateNormalize(CCmdUI* pCmdUI)
{
// UpdateData();
pCmdUI->Enable(IsDlgButtonChecked(IDC_CHECK2)/*m_fEnableAudioSwitcher*/
- && IsDlgButtonChecked(IDC_CHECK5)/*m_fNormalize*/);
+ && IsDlgButtonChecked(IDC_CHECK5)/*m_fNormalize*/);
}
void CPPageAudioSwitcher::OnUpdateChannelMapping(CCmdUI* pCmdUI)