summaryrefslogtreecommitdiffhomepage
path: root/src/re.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/re.h
parentc740a78e5c1eddc8563ec8f6a82e948f93b56493 (diff)
downloadmruby-042c9f95a543bfc7f0dceec3fd036f775ea8fbbb.tar.gz
mruby-042c9f95a543bfc7f0dceec3fd036f775ea8fbbb.zip
add comments at end of include guard
Diffstat (limited to 'src/re.h')
-rw-r--r--src/re.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/re.h b/src/re.h
index a1fe75aab..ee2638b22 100644
--- a/src/re.h
+++ b/src/re.h
@@ -9,4 +9,4 @@
#define REGEXP_CLASS "Regexp"
-#endif
+#endif /* RE_H */