summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
authorlaforge <laforge>2003-03-31 12:11:55 +0000
committerlaforge <laforge>2003-03-31 12:11:55 +0000
commit879b1aab838ebf049aea7d21b833dfe48e52ddb9 (patch)
tree24ae1d7cb3c2a27765a8bdc0a118f58a193a3f7b /iptables.c
parent13923a71907284ece87a43a8eda1d78070260116 (diff)
fix stupid typo (Maciej Soltysiak)
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index 3753995..a3bcc78 100644
--- a/iptables.c
+++ b/iptables.c
@@ -336,7 +336,7 @@ exit_error(enum exittype status, char *msg, ...)
void
exit_tryhelp(int status)
{
- if (line =! -1)
+ if (line != -1)
fprintf(stderr, "Error occured at line: %d\n", line);
fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n",
program_name, program_name );