summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-05-08 16:45:59 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-05-08 16:45:59 +0000
commitea39409c6016e1bcb65c79a4fac2f0b73946dda7 (patch)
tree30bd7f98ee40936c02ddffb6b687ce1eb8776e4a /ext
parent83ad8e3ae38c6f3b43ab9cc956ec26e98b3b0c66 (diff)
downloadphp-git-ea39409c6016e1bcb65c79a4fac2f0b73946dda7.tar.gz
Added missing break
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/html.c1
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: