From: Maciej Soltysiak Date: Mon, 31 Mar 2003 12:11:55 +0000 (+0000) Subject: fix stupid typo (Maciej Soltysiak) X-Git-Tag: v1.2.8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edad9bb71861e807462285331f96f46288cd8b26;p=thirdparty%2Fiptables.git fix stupid typo (Maciej Soltysiak) --- 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 );