Skip to content

Commit

Permalink
Forgot to disable debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Oct 29, 2004
1 parent f93596f commit e76a4cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_dma8.c
Expand Up @@ -53,7 +53,7 @@

/* Debug print info */
#define DEBUG_NAME "audio:dma8: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
Expand Down
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_gsxb.c
Expand Up @@ -53,7 +53,7 @@

/* Debug print info */
#define DEBUG_NAME "audio:gsxb: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
Expand Down
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_mcsn.c
Expand Up @@ -53,7 +53,7 @@

/* Debug print info */
#define DEBUG_NAME "audio:mcsn: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
Expand Down
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_stfa.c
Expand Up @@ -53,7 +53,7 @@

/* Debug print info */
#define DEBUG_NAME "audio:stfa: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
Expand Down
2 changes: 1 addition & 1 deletion src/audio/mint/SDL_mintaudio_xbios.c
Expand Up @@ -54,7 +54,7 @@

/* Debug print info */
#define DEBUG_NAME "audio:xbios: "
#if 1
#if 0
#define DEBUG_PRINT(what) \
{ \
printf what; \
Expand Down

0 comments on commit e76a4cd

Please sign in to comment.