diff options
author | Chris Robinson <[email protected]> | 2017-01-18 07:19:43 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-01-18 07:19:43 -0800 |
commit | e8ac0e5bfd659a88538abed66e13e52b40f3ad12 (patch) | |
tree | d815e14a5c6351240b241ec83abec63118a0f771 /Alc/mixer.c | |
parent | d2e5aa79ddc79bccde67d375cffea8f9922ca611 (diff) |
Replace some ALvoid with void
Diffstat (limited to 'Alc/mixer.c')
-rw-r--r-- | Alc/mixer.c | 2 |
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; |