Update SDL_qsa_audio.c

Fix qnx platform compile error, change SDL_Bool to SDL_bool.
main
285424336 2022-07-08 16:17:46 +08:00 committed by Ozkan Sezer
parent c0eada2019
commit 4aad594a8b
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ static int
QSA_OpenDevice(_THIS, const char *devname)
{
const QSA_Device *device = (const QSA_Device *) this->handle;
SDL_Bool iscapture = this->iscapture;
SDL_bool iscapture = this->iscapture;
int status = 0;
int format = 0;
SDL_AudioFormat test_format;