Skip to content

Commit cff3949

Browse files
committed
Add missing *
1 parent 30f4c4f commit cff3949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/bcmath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ PHP_FUNCTION(bcround)
696696
zend_string *numstr;
697697
zend_long precision = 0;
698698
zend_long mode = PHP_ROUND_HALF_UP;
699-
zend_object mode_object = NULL;
699+
zend_object *mode_object = NULL;
700700
bc_num num = NULL, result;
701701

702702
ZEND_PARSE_PARAMETERS_START(1, 3)

0 commit comments

Comments
 (0)