Skip to content

Commit d97a90a

Browse files
committed
ext/tidy: Use zend_result type instead of int type
1 parent feff538 commit d97a90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/tidy/tidy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ static zend_result _php_tidy_apply_config_array(TidyDoc doc, const HashTable *ht
798798
}
799799
}
800800

801-
static int php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
801+
static zend_result php_tidy_parse_string(PHPTidyObj *obj, const char *string, uint32_t len, const char *enc)
802802
{
803803
TidyBuffer buf;
804804

0 commit comments

Comments
 (0)