summaryrefslogtreecommitdiff
path: root/Zend/zend_multibyte.c
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2009-03-18 17:06:40 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2009-03-18 17:06:40 +0000
commit5f863af8bec397909a61e17a3b4f29a2c8dcb3ed (patch)
tree4b5eb3aa560c5a21c237c00ddff414e1afd59dd5 /Zend/zend_multibyte.c
parenta9a9e75b0bdca8c425f09f37c4c688488d7cd066 (diff)
downloadphp-git-5f863af8bec397909a61e17a3b4f29a2c8dcb3ed.tar.gz
- Typo.
Diffstat (limited to 'Zend/zend_multibyte.c')
-rw-r--r--Zend/zend_multibyte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_multibyte.c b/Zend/zend_multibyte.c
index 730348b8a7..a057c6995a 100644
--- a/Zend/zend_multibyte.c
+++ b/Zend/zend_multibyte.c
@@ -444,11 +444,11 @@ static zend_encoding encoding_cp1254 = {
1
};
-static const char *armscii8_aliases[] = {"ArmSCII-8", "ArmSCII8", "ARMSCII-8", "ARMSCII8", NULL};
+static const char *armscii8_aliases[] = { "ArmSCII8", "ARMSCII-8", "ARMSCII8", NULL};
static zend_encoding encoding_armscii8 = {
NULL,
NULL,
- "ArmSCII-81254",
+ "ArmSCII-8",
(const char *(*)[])&armscii8_aliases,
1
};