summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/include/mvme188.h
diff options
context:
space:
mode:
authorHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
committerHeikki Korpela <heko@cvs.openbsd.org>2001-08-12 12:03:04 +0000
commit8733d65e598e20f5a4415a710e9c51ab3a3d323d (patch)
tree39173461770e11f8ad331e9aa18365fc4ab2d19f /sys/arch/mvme88k/include/mvme188.h
parentbbbc80b14c0c9c05eb40dfe595d4893002a710bf (diff)
#(endif|else) foo is incorrect, make it #endif /* foo */
deraadt@ ok
Diffstat (limited to 'sys/arch/mvme88k/include/mvme188.h')
-rw-r--r--sys/arch/mvme88k/include/mvme188.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/mvme188.h b/sys/arch/mvme88k/include/mvme188.h
index 1fcd40f4485..5f8c06b0de2 100644
--- a/sys/arch/mvme88k/include/mvme188.h
+++ b/sys/arch/mvme88k/include/mvme188.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mvme188.h,v 1.5 2001/03/16 00:05:25 miod Exp $ */
+/* $OpenBSD: mvme188.h,v 1.6 2001/08/12 12:03:02 heko Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* All rights reserved.
@@ -385,6 +385,6 @@ extern volatile unsigned int *int_mask_reg[MAX_CPUS];
#define M188_IACK U(0xFFF85000)
#define M188_IVEC 0x40 /* vector returned upon MVME188 int */
-#endif __MACHINE_MVME188_H__
+#endif /* __MACHINE_MVME188_H__ */