summaryrefslogtreecommitdiff
path: root/src/mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixer.cpp')
-rw-r--r--src/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer.cpp b/src/mixer.cpp
index 41d49043a..4314e3ddf 100644
--- a/src/mixer.cpp
+++ b/src/mixer.cpp
@@ -138,7 +138,7 @@ void MxSetChannelVolume(MixerChannel *mc, uint left, uint right)
}
-void MxActivateChannel(MixerChannel* mc)
+void MxActivateChannel(MixerChannel *mc)
{
mc->active = true;
}