Skip to content

Commit

Permalink
Unicode issues in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yulonghu committed May 8, 2018
1 parent 41dffdb commit 90df6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asf_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const zend_function_entry asf_util_methods[] = {

ASF_INIT_CLASS(util) /* {{{ */
{
ASF_REGISTER_CLASS_PARENT(asf_util, Asf_Util, Asf\\/Util, ZEND_ACC_FINAL);
ASF_REGISTER_CLASS_PARENT(asf_util, Asf_Util, Asf\\Util, ZEND_ACC_FINAL);

return SUCCESS;
}
Expand Down

0 comments on commit 90df6e4

Please sign in to comment.