aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/opensl.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/opensl.c')
-rw-r--r--Alc/opensl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/opensl.c b/Alc/opensl.c
index e2c06f19..a8ab57d4 100644
--- a/Alc/opensl.c
+++ b/Alc/opensl.c
@@ -266,7 +266,7 @@ static ALCboolean opensl_reset_playback(ALCdevice *Device)
free(data->buffer);
data->buffer = NULL;
- data->bufferSize = 0
+ data->bufferSize = 0;
return ALC_FALSE;
}