diff options
| author | Pierre Joye <pajoye@php.net> | 2009-07-20 09:52:54 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-07-20 09:52:54 +0000 |
| commit | 712b20fb7ce462ccaf37ef1895616cea6fb1ecce (patch) | |
| tree | 279e295373703b9a3ee38dfe4c531320fa44b7d1 | |
| parent | 7fb6105e14c9829162209b1c340a03a10999fd1d (diff) | |
| download | php-git-712b20fb7ce462ccaf37ef1895616cea6fb1ecce.tar.gz | |
- typo
| -rw-r--r-- | ext/unicode/property.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicode/property.c b/ext/unicode/property.c index 33855c830b..6ae4597775 100644 --- a/ext/unicode/property.c +++ b/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; |
