* call_cfunc.ci (call_cfunc): fixed typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-06-05 04:59:07 +00:00
parent 194a01a484
commit 243cd204df
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/* from ruby1.9/eval.c */
static inline VALUE
call_cfunc(VALUE (*func) (), VALUE recv, int len, int argc const VALUE *argv)
call_cfunc(VALUE (*func)(), VALUE recv, int len, int argc, const VALUE *argv)
{
/* printf("len: %d, argc: %d\n", len, argc); */