Skip to content

Commit fad3f93

Browse files
committed
fix ts build
1 parent f5622f5 commit fad3f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ PHP_FUNCTION(imagesetstyle)
15651565

15661566
num_styles = zend_hash_num_elements(HASH_OF(styles));
15671567
if (num_styles == 0) {
1568-
php_error_docref(NULL, E_WARNING, "styles array must not be empty");
1568+
php_error_docref(NULL TSRMLS_CC, E_WARNING, "styles array must not be empty");
15691569
RETURN_FALSE;
15701570
}
15711571

0 commit comments

Comments
 (0)