From bea06f7cc217760a298cb6eb3106ca507beb03cb Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 31 Dec 2001 19:46:57 +0000 Subject: [PATCH] Add comment delimiters around the token after an #endif --- common/nmadef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/nmadef.h b/common/nmadef.h index c09c734..09157a1 100644 --- a/common/nmadef.h +++ b/common/nmadef.h @@ -1,4 +1,4 @@ -/* $NetBSD: nmadef.h,v 1.2 1997/03/25 03:07:25 thorpej Exp $ */ +/* $NetBSD: nmadef.h,v 1.3 2001/12/31 19:46:57 thorpej Exp $ */ /* * Copyright (c) 1995 Mats O Jansson. All rights reserved. @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $NetBSD: nmadef.h,v 1.2 1997/03/25 03:07:25 thorpej Exp $ + * $NetBSD: nmadef.h,v 1.3 2001/12/31 19:46:57 thorpej Exp $ * */ @@ -180,4 +180,4 @@ #define NMA_C_SOFD_DW4 150 /* DSW-41/42 */ #define NMA_C_SOFD_TRA 175 /* DETRA-AA */ -#endif _NMADEF_H_ +#endif /* _NMADEF_H_ */