ruby-changes:26711
From: eregon <ko1@a...>
Date: Thu, 10 Jan 2013 17:13:08 +0900 (JST)
Subject: [ruby-changes:26711] eregon:r38762 (trunk): * numeric.c (do_coerce): fix comment and adjust indent
eregon 2013-01-10 17:12:58 +0900 (Thu, 10 Jan 2013) New Revision: 38762 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38762 Log: * numeric.c (do_coerce): fix comment and adjust indent Modified files: trunk/numeric.c Index: numeric.c =================================================================== --- numeric.c (revision 38761) +++ numeric.c (revision 38762) @@ -225,8 +225,8 @@ do_coerce(VALUE *x, VALUE *y, int err) https://github.com/ruby/ruby/blob/trunk/numeric.c#L225 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) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/