summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
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;