summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-12-31 19:46:57 +0000
committerthorpej <thorpej@NetBSD.org>2001-12-31 19:46:57 +0000
commitdbaa175ee7ac7ea7d2db670d76cb973f2e2d5091 (patch)
treee34827c77bdd9124e0909618b224cd798d928fb3
parent1b1d20a895a63d49a58aab721f90831102e65ed1 (diff)
Add comment delimiters around the token after an #endif
-rw-r--r--usr.sbin/mopd/common/nmadef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mopd/common/nmadef.h b/usr.sbin/mopd/common/nmadef.h
index c09c7348d67..09157a17ac2 100644
--- a/usr.sbin/mopd/common/nmadef.h
+++ b/usr.sbin/mopd/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_ */