comparison src/audio/mint/SDL_mintaudio_gsxb.c @ 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 c83fa1c650dd
comparison
equal deleted inserted replaced
961:185acc07127a 962:176240cf4405
51 51
52 #define MINT_AUDIO_DRIVER_NAME "mint_gsxb" 52 #define MINT_AUDIO_DRIVER_NAME "mint_gsxb"
53 53
54 /* Debug print info */ 54 /* Debug print info */
55 #define DEBUG_NAME "audio:gsxb: " 55 #define DEBUG_NAME "audio:gsxb: "
56 #if 1 56 #if 0
57 #define DEBUG_PRINT(what) \ 57 #define DEBUG_PRINT(what) \
58 { \ 58 { \
59 printf what; \ 59 printf what; \
60 } 60 }
61 #else 61 #else