Add missing break

This commit is contained in:
Zeev Suraski 2001-08-14 09:55:22 +00:00
parent 0ccda62835
commit f09302da07
2 changed files with 2 additions and 0 deletions

View file

@ -1224,6 +1224,7 @@ PHP_FUNCTION(com_load_typelib)
{
mode &= ~CONST_CS;
}
break;
default:
WRONG_PARAM_COUNT;
}