aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ncmpc.h')
-rw-r--r--src/ncmpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 029498f03..4118456a1 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -6,7 +6,7 @@
#endif
#ifdef DEBUG
-#define D(format, args...) fprintf(stderr, format, ##args)
+void D(char *format, ...);
#else
#define D(...)
#endif