aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 7d000958d..033145f91 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -21,7 +21,7 @@
#define ENABLE_LYRICS_SCREEN 1
#endif
-#ifdef DEBUG
+#ifndef NDEBUG
void D(char *format, ...);
#else
#define D(...)