mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use 'P' instead of 'p' in types.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
058c1d1620
commit
f7a5ee56d7
3 changed files with 6 additions and 6 deletions
|
@ -92,7 +92,7 @@ rb_dl_scan_callback_args(long stack[], const char *proto,
|
|||
}
|
||||
break;
|
||||
default:
|
||||
rb_raise(rb_eDLTypeError, "unsupported type `%c'", proto[i]);
|
||||
rb_raise(rb_eDLTypeError, "scan_callback_args: unsupported type `%c'", proto[i]);
|
||||
break;
|
||||
}
|
||||
argv[i-1] = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue