summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
-rw-r--r--include/ruby/internal/value_type.h2
1 files changed, 1 insertions, 1 deletions
@@ -443,7 +443,7 @@ Check_Type(VALUE v, enum ruby_value_type t)
}
unexpected_type:
- rb_unexpected_type(v, t);
}
#endif /* RBIMPL_VALUE_TYPE_H */