summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbf27bf)
raw | patch | inline | side by side (parent: cbf27bf)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 11 Jun 2005 05:37:55 +0000 (05:37 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 11 Jun 2005 05:37:55 +0000 (05:37 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@627 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_gfx.c | patch | blob | history |
diff --git a/src/rrd_gfx.c b/src/rrd_gfx.c
index eb46ba92121f775e487f11533ba86d7d76004694..44f668b8b70184de4248a0e600ebeefaa5dac94a 100644 (file)
--- a/src/rrd_gfx.c
+++ b/src/rrd_gfx.c
/* #define DEBUG */
#ifdef DEBUG
-# define DPRINTF(x,...) fprintf(stderr, x, ## __VA_ARGS__);
+# define DPRINTF(...) fprintf(stderr, __VA_ARGS__);
#else
-# define DPRINTF(x,...)
+# define DPRINTF(...)
#endif
#include "rrd_tool.h"
#include <png.h>