diff options
author | itojun <itojun> | 2001-03-17 04:41:49 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-17 04:41:49 +0000 |
commit | c0781576e11dc6df0813823c1fc109f81a39a088 (patch) | |
tree | 92c6d6e8af3f8f2d47ac679a72a1ecf6d60e64cf /print-ppp.c | |
parent | 13c623cda77c2215c1641c53edf6e2de1786f36b (diff) | |
download | tcpdump-c0781576e11dc6df0813823c1fc109f81a39a088.tar.gz |
avoid trigraph
Diffstat (limited to 'print-ppp.c')
-rw-r--r-- | print-ppp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print-ppp.c b/print-ppp.c index 5867e9a4..24369abb 100644 --- a/print-ppp.c +++ b/print-ppp.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.59 2001-02-04 02:17:54 fenner Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.60 2001-03-17 04:41:49 itojun Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -980,7 +980,6 @@ handle_ppp(u_int proto, const u_char *p, int length) ipx_print(p, length); break; default: - printf("[???]"); break; } } |