summaryrefslogtreecommitdiffhomepage
path: root/src/mrb_throw.h
diff options
context:
space:
mode:
authorcubicdaiya <[email protected]>2014-03-10 12:37:47 +0900
committercubicdaiya <[email protected]>2014-03-10 12:37:47 +0900
commit042c9f95a543bfc7f0dceec3fd036f775ea8fbbb (patch)
tree0399303cc7de500c2ee1636a9c418271e29b77fe /src/mrb_throw.h
parentc740a78e5c1eddc8563ec8f6a82e948f93b56493 (diff)
downloadmruby-042c9f95a543bfc7f0dceec3fd036f775ea8fbbb.tar.gz
mruby-042c9f95a543bfc7f0dceec3fd036f775ea8fbbb.zip
add comments at end of include guard
Diffstat (limited to 'src/mrb_throw.h')
-rw-r--r--src/mrb_throw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mrb_throw.h b/src/mrb_throw.h
index 859729be6..3c7407a8d 100644
--- a/src/mrb_throw.h
+++ b/src/mrb_throw.h
@@ -38,4 +38,4 @@ struct mrb_jmpbuf {
#endif
};
-#endif
+#endif /* MRB_THROW_H */