From 74b8cae5f0d1f345362709887e392136b469c5d6 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Fri, 14 Feb 2003 05:32:35 +0000 Subject: [PATCH] There should be no token after #endif. --- security/nss/lib/freebl/shvfy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/lib/freebl/shvfy.c b/security/nss/lib/freebl/shvfy.c index 2ca6c34190f..d560fdacdb9 100644 --- a/security/nss/lib/freebl/shvfy.c +++ b/security/nss/lib/freebl/shvfy.c @@ -33,7 +33,7 @@ * * shvfy.c - routines to verify signature on a shared library. * - * $Id: shvfy.c,v 1.3 2003-02-13 17:41:45 relyea%netscape.com Exp $ + * $Id: shvfy.c,v 1.4 2003-02-14 05:32:35 wtc%netscape.com Exp $ */ #include "shsign.h" @@ -244,7 +244,7 @@ BLAPI_SHVerify(const char *name, PRFuncPtr addr) } fprintf(stderr,"Verified : %s\n",result?"TRUE": "FALSE"); } -#endif DEBUG_SHVERIFY +#endif /* DEBUG_SHVERIFY */ loser: