summaryrefslogtreecommitdiff
path: root/ext/standard/html.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2004-07-15 19:41:25 +0000
committerSVN Migration <svn@php.net>2004-07-15 19:41:25 +0000
commit5c83dc9adee4691690822a05b290d7d9a9c04c31 (patch)
tree4c22c901829598dfe7fa599c41c0b2cb569f4afa /ext/standard/html.c
parent8091552925399dc7dbe4d5c47e1cc53f900bc670 (diff)
downloadphp-git-php-5.0.0RC4.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_0_0RC4'.php-5.0.0RC4
Diffstat (limited to 'ext/standard/html.c')
-rw-r--r--ext/standard/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/html.c b/ext/standard/html.c
index 4f8a4be46b..f0b96a83ce 100644
--- a/ext/standard/html.c
+++ b/ext/standard/html.c
@@ -549,7 +549,6 @@ inline static unsigned short get_next_char(enum entity_charset charset,
case 0x50: /* 6, 2nd */
utf |= ((this_char & 0x3f) << 24);
stat++;
- break;
default:
/* invalid */
more = 0;