From 359d93233200a4425f9d560cf519d32e5f47576d Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 22 Oct 2009 12:12:24 +0000 Subject: * class.c (rb_obj_basic_to_s_p): typo. Please become familiar with the ANSI style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'class.c') diff --git a/class.c b/class.c index 0f4394d97d..f8407ca77b 100644 --- a/class.c +++ b/class.c @@ -1258,7 +1258,7 @@ rb_define_attr(VALUE klass, const char *name, int read, int write) } int -rb_obj_basic_to_s_p(obj) +rb_obj_basic_to_s_p(VALUE obj) { const rb_method_entry_t *me = rb_method_entry(CLASS_OF(obj), rb_intern("to_s")); if (me && me->def && me->def->type == VM_METHOD_TYPE_CFUNC && -- cgit v1.2.3