There should be no token after #endif.

This commit is contained in:
wtc%netscape.com 2003-02-14 05:32:35 +00:00
Родитель 128d89851d
Коммит 74b8cae5f0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@
* *
* shvfy.c - routines to verify signature on a shared library. * 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" #include "shsign.h"
@ -244,7 +244,7 @@ BLAPI_SHVerify(const char *name, PRFuncPtr addr)
} }
fprintf(stderr,"Verified : %s\n",result?"TRUE": "FALSE"); fprintf(stderr,"Verified : %s\n",result?"TRUE": "FALSE");
} }
#endif DEBUG_SHVERIFY #endif /* DEBUG_SHVERIFY */
loser: loser: