Browse Source

- typo

experimental/first_unicode_implementation
Pierre Joye 17 years ago
parent
commit
712b20fb7c
  1. 2
      ext/unicode/property.c

2
ext/unicode/property.c

@ -680,7 +680,7 @@ PHP_FUNCTION(char_get_property_name)
PHP_FUNCTION(char_get_property_from_name)
{
void *name;
int sname_len;
int name_len;
char *buf;
zend_uchar name_type;
UProperty prop;

Loading…
Cancel
Save