diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h index 88fbf098c..325f906d0 100644 --- a/include/mruby/value.h +++ b/include/mruby/value.h @@ -275,7 +275,7 @@ mrb_undef_value(void) } static inline mrb_value -mrb_true_or_false_value(mrb_bool boolean) +mrb_bool_value(mrb_bool boolean) { mrb_value v; |
