mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +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;
|
mode &= ~CONST_CS;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
WRONG_PARAM_COUNT;
|
WRONG_PARAM_COUNT;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1224,6 +1224,7 @@ PHP_FUNCTION(com_load_typelib)
|
||||||
{
|
{
|
||||||
mode &= ~CONST_CS;
|
mode &= ~CONST_CS;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
WRONG_PARAM_COUNT;
|
WRONG_PARAM_COUNT;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue