Skip to content

Commit

Permalink
Merge pull request #2095 from sparklemotion/1882-flavorjones-import-t…
Browse files Browse the repository at this point in the history
…ruffleruby-patches

upstream truffleruby patches
  • Loading branch information
flavorjones committed Oct 12, 2020
2 parents 0dcf206 + fa81190 commit 992fad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nokogiri/xml_node_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static VALUE slice(int argc, VALUE *argv, VALUE self)
*
* Return this list as an Array
*/
static VALUE to_array(VALUE self, VALUE rb_node)
static VALUE to_array(VALUE self)
{
xmlNodeSetPtr node_set ;
VALUE list;
Expand Down

0 comments on commit 992fad9

Please sign in to comment.