From: guy Date: Mon, 5 Apr 2004 22:35:36 +0000 (+0000) Subject: Squelch a compiler warning. X-Git-Tag: tcpdump-3.9.1~397 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/253699338305c8b7b0506503b0bacd24ef6db9d9 Squelch a compiler warning. --- diff --git a/print-eap.c b/print-eap.c index 91b476f5..34712e2d 100644 --- a/print-eap.c +++ b/print-eap.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-eap.c,v 1.1 2004-03-25 03:29:53 mcr Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-eap.c,v 1.2 2004-04-05 22:35:36 guy Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -66,6 +66,6 @@ eap_print(netdissect_options *ndo, return; trunc: - + ; }