ps2audio: Delete errant character that got inserted before previous commit.

This commit is contained in:
Ryan C. Gordon 2023-07-22 13:27:51 -04:00
parent 2c578bd0d5
commit 9a2a0a1463
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -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;