From bef3e13cafa957c28ffcf85c1be2931b21c484ab Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 1 Sep 2003 19:47:34 +0000 Subject: Add missing '}' --- ext/reflection/php_reflection.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 60808a288a..a96531b5d4 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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) -- cgit v1.2.1