summaryrefslogtreecommitdiff
path: root/mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixer.c')
-rw-r--r--mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixer.c b/mixer.c
index e88b9533b..706eaae5d 100644
--- a/mixer.c
+++ b/mixer.c
@@ -139,7 +139,7 @@ void MxSetChannelVolume(MixerChannel *mc, uint left, uint right)
}
-void MxActivate(MixerChannel* mc)
+void MxActivateChannel(MixerChannel* mc)
{
mc->active = true;
}