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