summaryrefslogtreecommitdiffstats
path: root/iptables-restore.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables-restore.c')
-rw-r--r--iptables-restore.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/iptables-restore.c b/iptables-restore.c
index fdff5b4..de367b9 100644
--- a/iptables-restore.c
+++ b/iptables-restore.c
@@ -4,7 +4,7 @@
*
* This code is distributed under the terms of GNU GPL v2
*
- * $Id: iptables-restore.c,v 1.28 2004/01/31 15:33:55 gandalf Exp $
+ * $Id: iptables-restore.c,v 1.29 2004/01/31 19:28:13 gandalf Exp $
*/
#include <getopt.h>
@@ -158,7 +158,8 @@ int main(int argc, char *argv[])
int ret = 0;
line++;
- if (buffer[0] == '\n') continue;
+ if (buffer[0] == '\n')
+ continue;
else if (buffer[0] == '#') {
if (verbose) fputs(buffer, stdout);
continue;