aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-01-18 07:19:43 -0800
committerChris Robinson <[email protected]>2017-01-18 07:19:43 -0800
commite8ac0e5bfd659a88538abed66e13e52b40f3ad12 (patch)
treed815e14a5c6351240b241ec83abec63118a0f771 /Alc/mixer.c
parentd2e5aa79ddc79bccde67d375cffea8f9922ca611 (diff)
Replace some ALvoid with void
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r--Alc/mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 58192055..0ee1edd6 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -381,7 +381,7 @@ static const ALfloat *DoFilters(ALfilterState *lpfilter, ALfilterState *hpfilter
}
-ALvoid MixSource(ALvoice *voice, ALsource *Source, ALCdevice *Device, ALsizei SamplesToDo)
+void MixSource(ALvoice *voice, ALsource *Source, ALCdevice *Device, ALsizei SamplesToDo)
{
ResamplerFunc Resample;
ALbufferlistitem *BufferListItem;