1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 09:28:21 +02:00

add missing break

This commit is contained in:
Wez Furlong
2004-07-13 17:14:49 +00:00
parent bfd3c9ecfb
commit cfb84391d0
+1
View File
@@ -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;