summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index 66eee02bd8..8e7e51513e 100644
--- a/vm.c
+++ b/vm.c
@@ -1788,7 +1788,7 @@ hook_before_rewind(rb_thread_t *th, rb_control_frame_t *cfp, int will_finish_vm_
rb_iseq_t *iseq; // ?
VALUE self; //
VALUE *ep; // ep
- void *code; //
+ void *code; //
};
*/