summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/method.h b/method.h
index 2baf9c5291..1341846442 100644
--- a/method.h
+++ b/method.h
@@ -67,7 +67,7 @@ typedef struct rb_method_definition_struct {
VALUE proc; /* should be mark */
enum method_optimized_type {
OPTIMIZED_METHOD_TYPE_SEND,
- OPTIMIZED_METHOD_TYPE_CALL,
+ OPTIMIZED_METHOD_TYPE_CALL
} optimize_type;
} body;
int alias_count;