aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2019-03-04 23:41:55 -0500
committerJohn Kessenich <cepheus@frii.com>2019-03-04 23:41:55 -0500
commitdc3db3a5ae5e97e007dd2fb6b76f57bee3f809fc (patch)
treedcd77b95517bc4b3e9be2b661d549d8225ce26a5 /include
parentd3752ea20886d2fceb6cecda3c2b146a8f22d214 (diff)
downloadspirv-headers-dc3db3a5ae5e97e007dd2fb6b76f57bee3f809fc.tar.gz
Fix #96: Don't include a comment after #endif for the C header.
Diffstat (limited to 'include')
-rw-r--r--include/spirv/unified1/spirv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.h b/include/spirv/unified1/spirv.h
index aba5bbc..8da27dd 100644
--- a/include/spirv/unified1/spirv.h
+++ b/include/spirv/unified1/spirv.h
@@ -1209,5 +1209,5 @@ typedef enum SpvOp_ {
SpvOpMax = 0x7fffffff,
} SpvOp;
-#endif // #ifndef spirv_H
+#endif