]> granicus.if.org Git - php/commitdiff
- Add mistakenly removen closing bracket
authorAndi Gutmans <andi@php.net>
Mon, 30 Apr 2001 13:05:11 +0000 (13:05 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 30 Apr 2001 13:05:11 +0000 (13:05 +0000)
Zend/zend_builtin_functions.c

index a402d6d9db18ffb29f8197ad81872104c7365b71..3809368ce1664d159883e38643d2bbcf793c4442 100644 (file)
@@ -724,6 +724,7 @@ ZEND_FUNCTION(get_included_files)
                add_next_index_string(return_value, entry, 0);
                zend_hash_move_forward(&EG(included_files));
        }
+}
 /* }}} */