Skip to content

Commit

Permalink
* file.c (file_inspect_join): missing argument declaration.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Sep 16, 2005
1 parent e36becf commit 7c8a85b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file.c
Original file line number Diff line number Diff line change
Expand Up @@ -2709,6 +2709,7 @@ static VALUE
file_inspect_join(ary, arg)
VALUE ary;
VALUE *arg;
int recur;
{
return rb_file_join(arg[0], arg[1]);
}
Expand Down

0 comments on commit 7c8a85b

Please sign in to comment.