diff options
| author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-08 16:45:59 +0000 |
|---|---|---|
| committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-05-08 16:45:59 +0000 |
| commit | ea39409c6016e1bcb65c79a4fac2f0b73946dda7 (patch) | |
| tree | 30bd7f98ee40936c02ddffb6b687ce1eb8776e4a | |
| parent | 83ad8e3ae38c6f3b43ab9cc956ec26e98b3b0c66 (diff) | |
| download | php-git-ea39409c6016e1bcb65c79a4fac2f0b73946dda7.tar.gz | |
Added missing break
| -rw-r--r-- | ext/standard/html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c index e795f01881..f9c3984b12 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -877,6 +877,7 @@ PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *new replacement[0] = k; replacement[1] = '\0'; replacement_len = 1; + break; case cs_big5: case cs_gb2312: |
