summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index 046527eab3..6535cb59f4 100644
--- a/numeric.c
+++ b/numeric.c
@@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err)
RSTRING_PTR(v):
rb_obj_classname(*y),
rb_obj_classname(*x));
- }
- return FALSE; /* dummy */
+ }
+ return FALSE;
}
if (!RB_TYPE_P(ary, T_ARRAY) || RARRAY_LEN(ary) != 2) {