From 9f99b3d7ee06ffcd504d72e378d1fbb3943b5554 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 2 Jul 2017 22:46:49 +0200 Subject: [PATCH] aix: Fixed audio debug output. DEBUG_AUDIO is checked with #ifdef not #if. --- src/audio/paudio/SDL_paudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/paudio/SDL_paudio.c b/src/audio/paudio/SDL_paudio.c index 2e8c5ae87a128..27acbe4c1eb34 100644 --- a/src/audio/paudio/SDL_paudio.c +++ b/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 headers and probably others as well. * I guess nobody ever uses audio... Shame over AIX header files. */