aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 4284a1d0a1..21bd4a5e06 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1861,7 +1861,7 @@ rb_vm_using_modules(NODE *cref, VALUE klass)
}
if (!NIL_P(using_modules)) {
rb_hash_foreach(using_modules, vm_using_module_i,
- (VALUE) cref);
+ (VALUE) cref);
}
}