Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_stfa.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 | 856f76a099c7 |
comparison
equal
deleted
inserted
replaced
961:185acc07127a | 962:176240cf4405 |
---|---|
51 | 51 |
52 #define MINT_AUDIO_DRIVER_NAME "mint_stfa" | 52 #define MINT_AUDIO_DRIVER_NAME "mint_stfa" |
53 | 53 |
54 /* Debug print info */ | 54 /* Debug print info */ |
55 #define DEBUG_NAME "audio:stfa: " | 55 #define DEBUG_NAME "audio:stfa: " |
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 |