* encindex.h: fix typo of last #endif comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
suke 2015-09-16 11:53:50 +00:00
parent dfa9eb54bd
commit a2dce5c60a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Sep 16 20:49:56 2015 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* encindex.h: fix typo of last #endif comment. [ci skip]
Wed Sep 16 20:39:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* variable.c (set_const_visibility): fail if the class/module is

View File

@ -64,4 +64,4 @@ enum ruby_preserved_encindex {
} /* extern "C" { */
#endif
#endif /* RUBY_INTERNAL_H */
#endif /* RUBY_ENCINDEX_H */