]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Squelch a compiler warning.
authorguy <guy>
Mon, 5 Apr 2004 22:35:36 +0000 (22:35 +0000)
committerguy <guy>
Mon, 5 Apr 2004 22:35:36 +0000 (22:35 +0000)
print-eap.c

index 91b476f57855aa225f0d71248115485a386b59ae..34712e2d04e21cf1fa794fbb15863e30423c8660 100644 (file)
@@ -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:
-
+       ;
 }