From c45c3154a61ea9bb23d905dc251068758b46941b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 6 Dec 2000 08:11:24 +0000 Subject: preprocessor macro syntax --- iptables-restore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iptables-restore.c') 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. */ -- cgit v1.2.3