There should be no token after #endif.

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

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

@ -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: