]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
preprocessor macro syntax
authorHarald Welte <laforge@gnumonks.org>
Wed, 6 Dec 2000 08:11:24 +0000 (08:11 +0000)
committerHarald Welte <laforge@gnumonks.org>
Wed, 6 Dec 2000 08:11:24 +0000 (08:11 +0000)
iptables-restore.c

index 5e017200caf9aec2edde97175a1e806af45c1ec2..088270a534ae899bf0c0a4232e1568e3421b3629 100644 (file)
@@ -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.  */