summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-25 23:09:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-25 23:09:05 +0000
commitfc2d1043b981dc10bfa337a70fc457adb09c7730 (patch)
tree1078a8443ecdbda1a2bcb27853902db980e1cc00 /eval.c
parentd6c818d699bd8c5cb6d8705e98212fe0bdf781e6 (diff)
* ChangeLog: fix entry format.
* eval.c (ruby_init): fix indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index 14aa75b4cf..d05216a990 100644
--- a/eval.c
+++ b/eval.c
@@ -1283,7 +1283,7 @@ ruby_init()
#ifdef __MACOS__
_macruby_init();
#elif defined(__VMS)
- _vmsruby_init();
+ _vmsruby_init();
#endif
ruby_prog_init();
ALLOW_INTS;