From: Andi Gutmans Date: Mon, 30 Apr 2001 13:05:11 +0000 (+0000) Subject: - Add mistakenly removen closing bracket X-Git-Tag: php-4.0.6RC1~238 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b94b89cb822190f86b7e7d8c86837b5212297ba;p=php - Add mistakenly removen closing bracket --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index a402d6d9db..3809368ce1 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -724,6 +724,7 @@ ZEND_FUNCTION(get_included_files) add_next_index_string(return_value, entry, 0); zend_hash_move_forward(&EG(included_files)); } +} /* }}} */