]> granicus.if.org Git - php/commitdiff
Add missing '}'
authorMarcus Boerger <helly@php.net>
Mon, 1 Sep 2003 19:47:34 +0000 (19:47 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 1 Sep 2003 19:47:34 +0000 (19:47 +0000)
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c

index 60808a288a7a18694b85f43d7d03783324eb9f14..a96531b5d496647f10c5a3073e2af11180124d74 100644 (file)
@@ -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)
index 60808a288a7a18694b85f43d7d03783324eb9f14..a96531b5d496647f10c5a3073e2af11180124d74 100644 (file)
@@ -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)