From 879b1aab838ebf049aea7d21b833dfe48e52ddb9 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 31 Mar 2003 12:11:55 +0000 Subject: fix stupid typo (Maciej Soltysiak) --- iptables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3