X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/35c5cd9911f3fcc385e4a04c31016c253ee7a426..a97fb2f3ae9731dd13e6854742c090ca9ef454cf:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index f8331d38..e28994e6 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -659,7 +659,7 @@ tcp_print(register const u_char *bp, register u_int length, if ((flags & TH_RST) && vflag) { print_tcp_rst_data(bp, length); return; - } + } if (packettype) { switch (packettype) {