aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--call_cfunc.ci2
1 files changed, 1 insertions, 1 deletions
diff --git a/call_cfunc.ci b/call_cfunc.ci
index 6a3736bc4f..d42bf1b14e 100644
--- a/call_cfunc.ci
+++ b/call_cfunc.ci
@@ -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); */