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) rb_string_value_ptr(ptr)
volatile VALUE *ptr; volatile VALUE *ptr;
{ {
return RSTRING(rb_string_value(*ptr))->ptr; return RSTRING(rb_string_value(ptr))->ptr;
} }
VALUE VALUE