summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej Soltysiak <solt@dns.toxicfilms.tv>2003-03-31 12:11:55 +0000
committerHarald Welte <laforge@gnumonks.org>2003-03-31 12:11:55 +0000
commitedad9bb71861e807462285331f96f46288cd8b26 (patch)
tree24ae1d7cb3c2a27765a8bdc0a118f58a193a3f7b
parentb217dce4785b1772c5dc1b45eca1757061268971 (diff)
fix stupid typo (Maciej Soltysiak)
-rw-r--r--iptables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.c b/iptables.c
index 37539953..a3bcc786 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 );