Mercurial > audlegacy
changeset 4067:cdf1fc0f5a0b
#if changed to #ifdef
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Thu, 06 Dec 2007 02:52:12 +0300 |
parents | 83455611c927 |
children | e637466e4512 |
files | src/audacious/main.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/main.h Wed Dec 05 11:15:19 2007 +0100 +++ b/src/audacious/main.h Thu Dec 06 02:52:12 2007 +0300 @@ -44,7 +44,7 @@ (MAINWIN_WIDTH * (cfg.doublesize + 1)) /* macro for debug print */ -#if AUD_DEBUG +#ifdef AUD_DEBUG # define AUDDBG(...) g_print("%s:%d %s(): ", __FILE__, (int)__LINE__, __FUNCTION__), g_print(__VA_ARGS__) #else # define AUDDBG(...)