Pārlūkot izejas kodu

aix: Fixed audio debug output.

DEBUG_AUDIO is checked with #ifdef not #if.
Philipp Wiesemann 8 gadi atpakaļ
vecāks
revīzija
9f99b3d7ee
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/audio/paudio/SDL_paudio.c

+ 1 - 1
src/audio/paudio/SDL_paudio.c

@@ -38,7 +38,7 @@
 #include "../SDL_audio_c.h"
 #include "SDL_paudio.h"
 
-#define DEBUG_AUDIO 0
+/* #define DEBUG_AUDIO */
 
 /* A conflict within AIX 4.3.3 <sys/> headers and probably others as well.
  * I guess nobody ever uses audio... Shame over AIX header files.  */