summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index d0d4d72c3d..e9e0f50eb2 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -414,7 +414,7 @@ struct rb_iseq_constant_body {
int bits_start;
int rest_start;
const ID *table;
- const VALUE *default_values;
+ const VALUE *default_values;
} *keyword;
} param;