1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sorry, typo again.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-06-23 08:45:59 +00:00
parent 61927637e8
commit d061e2aab7

View file

@ -467,7 +467,7 @@ char *
rb_string_value_ptr(ptr)
volatile VALUE *ptr;
{
return RSTRING(rb_string_value(*ptr))->ptr;
return RSTRING(rb_string_value(ptr))->ptr;
}
VALUE