mirror of https://github.com/libsdl-org/SDL.git
ps2audio: Delete errant character that got inserted before previous commit.
This commit is contained in:
parent
2c578bd0d5
commit
9a2a0a1463
|
|
@ -112,7 +112,7 @@ static void PS2AUDIO_CloseDevice(SDL_AudioDevice *device)
|
|||
|
||||
if (device->hidden->rawbuf != NULL) {
|
||||
SDL_aligned_free(device->hidden->rawbuf);
|
||||
device->hidden->rawbuf =2 NULL;
|
||||
device->hidden->rawbuf = NULL;
|
||||
}
|
||||
SDL_free(device->hidden);
|
||||
device->hidden = NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue