mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing '}'
This commit is contained in:
parent
28f14424a2
commit
bef3e13caf
2 changed files with 4 additions and 0 deletions
|
@ -488,6 +488,8 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde
|
|||
}
|
||||
string_printf(str, "%s }\n", indent);
|
||||
}
|
||||
|
||||
string_printf(str, "%s}\n", indent);
|
||||
}
|
||||
|
||||
static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)
|
||||
|
|
|
@ -488,6 +488,8 @@ static void _extension_string(string *str, zend_module_entry *module, char *inde
|
|||
}
|
||||
string_printf(str, "%s }\n", indent);
|
||||
}
|
||||
|
||||
string_printf(str, "%s}\n", indent);
|
||||
}
|
||||
|
||||
static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue