diff options
author | itojun <itojun> | 2001-11-05 08:23:40 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-11-05 08:23:40 +0000 |
commit | b263fd495b1333c8ab3b8c80e14a02dcece25695 (patch) | |
tree | 5e53ad7f8e0ba348d4b41a44d395379d72429706 /print-tcp.c | |
parent | 2824f793400be3ffa2c22c2bd3ddd41052038d7b (diff) | |
download | tcpdump-b263fd495b1333c8ab3b8c80e14a02dcece25695.tar.gz |
remove a blank line
Diffstat (limited to 'print-tcp.c')
-rw-r--r-- | print-tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-tcp.c b/print-tcp.c index 9aabd0dd..d91003df 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.92 2001-10-19 09:32:01 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.93 2001-11-05 08:23:40 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -212,7 +212,6 @@ tcp_print(register const u_char *bp, register u_int length, sport = ntohs(tp->th_sport); dport = ntohs(tp->th_dport); - hlen = TH_OFF(tp) * 4; /* |