Skip to content

Commit

Permalink
aix: Fixed audio debug output.
Browse files Browse the repository at this point in the history
DEBUG_AUDIO is checked with #ifdef not #if.
  • Loading branch information
philippwiesemann committed Jul 2, 2017
1 parent e658330 commit 9f99b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/paudio/SDL_paudio.c
Expand Up @@ -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. */
Expand Down

0 comments on commit 9f99b3d

Please sign in to comment.