aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/backends/opensl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/backends/opensl.c b/Alc/backends/opensl.c
index 583cbf72..76cbaf1a 100644
--- a/Alc/backends/opensl.c
+++ b/Alc/backends/opensl.c
@@ -428,7 +428,7 @@ static void opensl_stop_playback(ALCdevice *Device)
PRINTERR(result, "bufferQueue->GetInterface");
if(SL_RESULT_SUCCESS == result)
{
- result = VCALL(bufferQueue,Clear)(bufferQueue);
+ result = VCALL0(bufferQueue,Clear)();
PRINTERR(result, "bufferQueue->Clear");
}