]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix stupid typo (Maciej Soltysiak)
authorMaciej Soltysiak <solt@dns.toxicfilms.tv>
Mon, 31 Mar 2003 12:11:55 +0000 (12:11 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 31 Mar 2003 12:11:55 +0000 (12:11 +0000)
iptables.c

index 37539953b636d0587ba9b7d0d70e127fb011bcaf..a3bcc78694a947708f2c3b7d4b08de2a35a32838 100644 (file)
@@ -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 );