aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ncmpc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 4a2770be9..029498f03 100644
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
@@ -6,9 +6,9 @@
#endif
#ifdef DEBUG
-#define D(x, args...) fprintf(stderr, x, ##args)
+#define D(format, args...) fprintf(stderr, format, ##args)
#else
-#define D(x,...)
+#define D(...)
#endif
/* i18n */