summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 025f73d)
raw | patch | inline | side by side (parent: 025f73d)
author | Kalle Wallin <kaw@linux.se> | |
Tue, 22 Jun 2004 14:31:16 +0000 (14:31 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Tue, 22 Jun 2004 14:31:16 +0000 (14:31 +0000) |
src/ncmpc.h | patch | blob | history |
diff --git a/src/ncmpc.h b/src/ncmpc.h
index 4a2770be948d308ee618ba1688c5e3e9bdd74b86..029498f03469549b8d3a4a406ca935a97605402f 100644 (file)
--- a/src/ncmpc.h
+++ b/src/ncmpc.h
#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 */