view src/libSAD/debug.h @ 4868:a6feb7c0f722

Do not leave the audio device open when using stop after current song, patch by Edward Sheldrake closes bug #12.
author Tony Vroon <chainsaw@gentoo.org>
date Fri, 24 Apr 2009 09:43:03 +0100
parents 3cdee616c96d
children
line wrap: on
line source

#ifdef DEBUG
#define DEBUG_MSG(f,x) {printf("debug: "f, x);}
#else
#define DEBUG_MSG(f,x) {}
#endif