From: Jarkko Hietaniemi Date: Sun, 26 Sep 1999 12:06:28 +0000 (+0000) Subject: Fix #endif. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfeeb0228b26a4e0f4b8a5b8a0a0093bc6c94ba3;p=p5sagit%2Fp5-mst-13.2.git Fix #endif. p4raw-id: //depot/cfgperl@4234 --- diff --git a/XSUB.h b/XSUB.h index a414b85..5ce8fb4 100644 --- a/XSUB.h +++ b/XSUB.h @@ -283,4 +283,4 @@ # endif /* NO_XSLOCKS */ #endif /* PERL_CAPI */ -#endif _INC_PERL_XSUB_H /* include guard */ +#endif /* _INC_PERL_XSUB_H */ /* include guard */