Browse Source

Update SDL_qsa_audio.c

Fix qnx platform compile error, change SDL_Bool to SDL_bool.
285424336 2 years ago
parent
commit
4aad594a8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/audio/qsa/SDL_qsa_audio.c

+ 1 - 1
src/audio/qsa/SDL_qsa_audio.c

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