summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index 9b4ece29..f9a95952 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
"Bad line %u: need ]\n",
line);
}
-
+
/* strtok: a function only a coder could love */
newargv[0] = argv[0];
for (i = 1; i < sizeof(newargv)/sizeof(char *); i++) {