commit d6f7751201a16e53db6108f62a1b6e9e021dfa7d
parent e7b2b451f5b60e2f147b45a3ddd9c7594fc9a603
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Thu, 28 Sep 2000 22:12:22 +0000
removed extraneous semi-colon
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ngrep.c b/ngrep.c
@@ -56,7 +56,7 @@ int show_empty = 0, show_hex = 0, quiet = 0;
int match_after = 0, keep_matching = 0;
int invert_match = 0, bin_match = 0;
int matches = 0, max_matches = 0;
-int live_read = 1, want_delay = 0;;
+int live_read = 1, want_delay = 0;
char pc_err[PCAP_ERRBUF_SIZE];
const char *re_err;