mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-22 05:51:59 +00:00
ps2audio: Delete errant character that got inserted before previous commit.
This commit is contained in:
parent
2c578bd0d5
commit
9a2a0a1463
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue