summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar John F. Carr <jfc@mit.edu>1990-12-11 21:04:02 +0000
committerGravatar John F. Carr <jfc@mit.edu>1990-12-11 21:04:02 +0000
commit642f0cac50b23ed1576c48db5ed073f881560013 (patch)
treee0a238c23bbf6ec05eaf587705c264cdc4f7991f /h/zephyr
parent2c1f5481ae3c7b4b8bb11cfdb43c2fa5897ad9c2 (diff)
#endif foo -> #endif /* foo */
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/h/zephyr/zephyr_internal.h b/h/zephyr/zephyr_internal.h
index 69b8b1b..2712ed0 100644
--- a/h/zephyr/zephyr_internal.h
+++ b/h/zephyr/zephyr_internal.h
@@ -103,4 +103,4 @@ extern "C" {
}
#endif
-#endif !__ZINTERNAL_H__
+#endif /* !__ZINTERNAL_H__ */