diff options
-rw-r--r-- | Alc/opensl.c | 2 |
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; } |