summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/AudioCommon/Src/Mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/Mixer.cpp b/Source/Core/AudioCommon/Src/Mixer.cpp
index d7a8092ff5..ff048dbdab 100644
--- a/Source/Core/AudioCommon/Src/Mixer.cpp
+++ b/Source/Core/AudioCommon/Src/Mixer.cpp
@@ -142,7 +142,7 @@ void CMixer::PushSamples(short *samples, unsigned int num_samples)
if (!m_throttle)
{
return;
- {
+ }
else
{
// The auto throttle function. This loop will put a ceiling on the CPU MHz.