diff options
author | Marcus Boerger <helly@php.net> | 2003-09-01 19:47:34 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-09-01 19:47:34 +0000 |
commit | bef3e13cafa957c28ffcf85c1be2931b21c484ab (patch) | |
tree | 9f7fd89e0c6273fd825478ce0c03903e56cb3b3b /Zend/zend_reflection_api.c | |
parent | 28f14424a22d44fea0cd94115a1f67971736a46f (diff) | |
download | php-git-bef3e13cafa957c28ffcf85c1be2931b21c484ab.tar.gz |
Add missing '}'
Diffstat (limited to 'Zend/zend_reflection_api.c')
-rw-r--r-- | Zend/zend_reflection_api.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 60808a288a..a96531b5d4 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.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) |