Skip to content

Commit 507d569

Browse files
author
David Eriksson
committed
Added zend_ prefix to wrong_param_count in enum.c, object.c and struct.c
1 parent f5c48a1 commit 507d569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/satellite/struct.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ zend_bool OrbitStruct_Constructor(OrbitStruct ** ppStruct,
248248
/* check parameter count */
249249
if (parameterCount != 1)
250250
{
251-
wrong_param_count();
251+
zend_wrong_param_count(TSRMLS_C);
252252
goto error;
253253
}
254254

0 commit comments

Comments
 (0)