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 faab30b1d7..af9ec2b8ef 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -950,7 +950,7 @@ typedef struct rb_thread_struct {
enum {
thread_invoke_type_none = 0,
thread_invoke_type_proc,
- thread_invoke_type_func,
+ thread_invoke_type_func
} invoke_type;
/* statistics data for profiler */