]> The Tcpdump Group git mirrors - tcpdump/blobdiff - util.c
Small fix to reflect the change in the ip6_misc.h file of libpcap
[tcpdump] / util.c
diff --git a/util.c b/util.c
index 32278bf382eac670f64e216f87b68d90e9b2a1d6..e8515f18dadb878ac33e8e1c43cc53c5edf10e0b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.77 2002-08-01 08:53:37 risso Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.78 2002-08-02 04:22:11 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -367,7 +367,7 @@ read_infile(char *fname)
                pdest=strchr( cp, '\xa');
                *pdest=0;
        }
-#endif WIN32
+#endif /* WIN32 */
        cp[(int)buf.st_size] = '\0';
 
        return (cp);