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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user