From: itojun Date: Tue, 10 Sep 2002 01:45:33 +0000 (+0000) Subject: remove blank lines at EOF X-Git-Tag: tcpdump-3.8-bp~349 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/85a2f01d7cc30c923c33bbe5b237ae2ab8629860 remove blank lines at EOF --- diff --git a/print-udp.c b/print-udp.c index b1f46609..3b32990e 100644 --- a/print-udp.c +++ b/print-udp.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.109 2002-09-05 21:25:50 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-udp.c,v 1.110 2002-09-10 01:45:33 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -670,9 +670,3 @@ udp_print(register const u_char *bp, u_int length, } else (void)printf("udp %u", (u_int32_t)(ulen - sizeof(*up))); } - - - - - -