Skip to content

Commit a2dce5c

Browse files
author
suke
committed
* 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
1 parent dfa9eb5 commit a2dce5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Wed Sep 16 20:49:56 2015 Masaki Suketa <masaki.suketa@nifty.ne.jp>
2+
3+
* encindex.h: fix typo of last #endif comment. [ci skip]
4+
15
Wed Sep 16 20:39:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
26

37
* variable.c (set_const_visibility): fail if the class/module is

encindex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ enum ruby_preserved_encindex {
6464
} /* extern "C" { */
6565
#endif
6666

67-
#endif /* RUBY_INTERNAL_H */
67+
#endif /* RUBY_ENCINDEX_H */

0 commit comments

Comments
 (0)