Skip to content

Commit

Permalink
- Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriyoshi Koizumi committed Mar 18, 2009
1 parent a9a9e75 commit 5f863af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zend/zend_multibyte.c
Expand Up @@ -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
};
Expand Down

0 comments on commit 5f863af

Please sign in to comment.