mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Add missing break
This commit is contained in:
parent
0ccda62835
commit
f09302da07
2 changed files with 2 additions and 0 deletions
|
@ -1224,6 +1224,7 @@ PHP_FUNCTION(com_load_typelib)
|
|||
{
|
||||
mode &= ~CONST_CS;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
WRONG_PARAM_COUNT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue