summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2000-12-06 08:11:24 +0000
committerHarald Welte <laforge@gnumonks.org>2000-12-06 08:11:24 +0000
commitc45c3154a61ea9bb23d905dc251068758b46941b (patch)
tree20a9b71dbe89250443d12a977decb1637d7a656a /iptables-restore.c
parenta114e9e8be802ab744d442449b3ec7de03c58621 (diff)
preprocessor macro syntax
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 5e017200..088270a5 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -14,9 +14,9 @@
#include "libiptc/libiptc.h"
#ifdef DEBUG
-#define DEBUGP(x, args ...) fprintf(stderr, x, ## args)
+#define DEBUGP(x, args...) fprintf(stderr, x, ## args)
#else
-#define DEBUGP(x, args ...)
+#define DEBUGP(x, args...)
#endif
/* Keeping track of external matches and targets. */