From: itojun Date: Mon, 24 Apr 2000 12:57:25 +0000 (+0000) Subject: untabify. X-Git-Tag: tcpdump-3.5.1~333 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/e33442a6acb3ee483db8125277c81e7d817b81a8 untabify. --- diff --git a/print-rt6.c b/print-rt6.c index e23d61f2..c9a3032c 100644 --- a/print-rt6.c +++ b/print-rt6.c @@ -21,7 +21,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.5 2000-04-20 15:49:57 itojun Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-rt6.c,v 1.6 2000-04-24 12:57:25 itojun Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -71,7 +71,7 @@ rt6_print(register const u_char *bp, register const u_char *bp2) ep = snapend; #if 0 - printf("%s > %s: ", + printf("%s > %s: ", ip6addr_string(&ip->ip6_src), ip6addr_string(&ip->ip6_dst)); #endif