summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-09-20 15:33:18 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-09-20 15:33:18 +0000
commitd03e1e18c0e6dbd51f38fc9b049a12a897497d18 (patch)
treed7d4486a2c9fffa91c4a0084968c957dc7157b18
parent8110b54877e4a02ea3c75671644d141ff4f18291 (diff)
comment extra tokens at end of #endif directive
-rw-r--r--regress/lib/libc_r/include/test.h4
-rw-r--r--regress/lib/libpthread/include/test.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/include/test.h b/regress/lib/libc_r/include/test.h
index 3d329bf90eb..c66291c2166 100644
--- a/regress/lib/libc_r/include/test.h
+++ b/regress/lib/libc_r/include/test.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: test.h,v 1.1 2001/08/15 14:37:10 fgsch Exp $ */
+/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */
#ifndef _h_test_
#define _h_test_
@@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt)
#define OK (0)
#define NOTOK (-1)
-#endif _h_test_
+#endif /* _h_test_ */
diff --git a/regress/lib/libpthread/include/test.h b/regress/lib/libpthread/include/test.h
index 3d329bf90eb..c66291c2166 100644
--- a/regress/lib/libpthread/include/test.h
+++ b/regress/lib/libpthread/include/test.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: test.h,v 1.1 2001/08/15 14:37:10 fgsch Exp $ */
+/* $OpenBSD: test.h,v 1.2 2001/09/20 15:33:17 todd Exp $ */
#ifndef _h_test_
#define _h_test_
@@ -120,4 +120,4 @@ __panic(type, errstr, filenm, lineno, fmt)
#define OK (0)
#define NOTOK (-1)
-#endif _h_test_
+#endif /* _h_test_ */