diff options
Diffstat (limited to 'ext/standard/html.c')
| -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 f0b96a83ce..4f8a4be46b 100644 --- a/ext/standard/html.c +++ b/ext/standard/html.c @@ -549,6 +549,7 @@ 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; |
