Mercurial > sdl-ios-xcode
changeset 962:176240cf4405
Forgot to disable debug messages
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Fri, 29 Oct 2004 11:19:03 +0000 |
parents | 185acc07127a |
children | 92c247cec42d |
files | src/audio/mint/SDL_mintaudio_dma8.c src/audio/mint/SDL_mintaudio_gsxb.c src/audio/mint/SDL_mintaudio_mcsn.c src/audio/mint/SDL_mintaudio_stfa.c src/audio/mint/SDL_mintaudio_xbios.c |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_dma8.c Fri Oct 29 09:56:53 2004 +0000 +++ b/src/audio/mint/SDL_mintaudio_dma8.c Fri Oct 29 11:19:03 2004 +0000 @@ -53,7 +53,7 @@ /* Debug print info */ #define DEBUG_NAME "audio:dma8: " -#if 1 +#if 0 #define DEBUG_PRINT(what) \ { \ printf what; \
--- a/src/audio/mint/SDL_mintaudio_gsxb.c Fri Oct 29 09:56:53 2004 +0000 +++ b/src/audio/mint/SDL_mintaudio_gsxb.c Fri Oct 29 11:19:03 2004 +0000 @@ -53,7 +53,7 @@ /* Debug print info */ #define DEBUG_NAME "audio:gsxb: " -#if 1 +#if 0 #define DEBUG_PRINT(what) \ { \ printf what; \
--- a/src/audio/mint/SDL_mintaudio_mcsn.c Fri Oct 29 09:56:53 2004 +0000 +++ b/src/audio/mint/SDL_mintaudio_mcsn.c Fri Oct 29 11:19:03 2004 +0000 @@ -53,7 +53,7 @@ /* Debug print info */ #define DEBUG_NAME "audio:mcsn: " -#if 1 +#if 0 #define DEBUG_PRINT(what) \ { \ printf what; \