summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-07-20 09:52:54 +0000
committerPierre Joye <pajoye@php.net>2009-07-20 09:52:54 +0000
commit712b20fb7ce462ccaf37ef1895616cea6fb1ecce (patch)
tree279e295373703b9a3ee38dfe4c531320fa44b7d1
parent7fb6105e14c9829162209b1c340a03a10999fd1d (diff)
downloadphp-git-712b20fb7ce462ccaf37ef1895616cea6fb1ecce.tar.gz
- typo
-rw-r--r--ext/unicode/property.c2
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;