From f66b87464f1997a6bbb8f84f25d9cf53cf972b5f Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 2 Aug 2002 05:11:13 +0000 Subject: [PATCH] Put in a comment on an #endif, as the #else has one. --- grammar.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammar.y b/grammar.y index fe908f4..5666667 100644 --- a/grammar.y +++ b/grammar.y @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.74 2002-08-02 03:44:20 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.75 2002-08-02 05:11:13 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -35,7 +35,7 @@ static const char rcsid[] = #include #include #include -#endif +#endif /* WIN32 */ #include