summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
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. */