Skip to content

Commit

Permalink
remove a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Nov 5, 2001
1 parent 2824f79 commit b263fd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions print-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;

/*
Expand Down

0 comments on commit b263fd4

Please sign in to comment.