Skip to content

Commit ecc2fae

Browse files
committed
Oops, missing () there
1 parent 459cff5 commit ecc2fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/skeleton/create_stubs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ END {
180180
" <funcprototype>\n" \
181181
" <funcdef>" types[i] " <function>" funcs[i] "</function></funcdef>\n"
182182

183-
fetchargs = "\tif (zend_parse_parameters(ZEND_NUM_ARGS, " specs[i] ", "
183+
fetchargs = "\tif (zend_parse_parameters(ZEND_NUM_ARGS(), " specs[i] ", "
184184

185185
for (j = 0; j < maxargs[i]; j++) {
186186

0 commit comments

Comments
 (0)