diff options
author | Fabrice MARIE <fabrice@celestix.com> | 2002-06-14 07:38:16 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2002-06-14 07:38:16 +0000 |
commit | ae31bb6bac68f800a1e4b30cf2548dacaaf76102 (patch) | |
tree | c80fdfbeb20b4d5ab541a2fa79d388a5e18397c4 /extensions/libipt_recent.c | |
parent | 2318b508d123fea7a3bc267650ba7b6acec24342 (diff) |
fix all compile warnings within iptables extensions (fabrice)
Diffstat (limited to 'extensions/libipt_recent.c')
-rw-r--r-- | extensions/libipt_recent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_recent.c b/extensions/libipt_recent.c index 5b48cd31..cda0f325 100644 --- a/extensions/libipt_recent.c +++ b/extensions/libipt_recent.c @@ -23,7 +23,7 @@ help(void) " the last 'seconds' seconds.\n" " --hitcount hits For check and update commands above.\n" " Specifies that the match will only occur if source address seen hits times.\n" -" May be used in conjunction with the seconds option.\n", +" May be used in conjunction with the seconds option.\n" " --rttl For check and update commands above.\n" " Specifies that the match will only occur if the source address and the TTL\n" " match between this packet and the one which was set.\n" |