summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;