diff options
| author | Andi Gutmans <andi@php.net> | 2001-04-30 13:05:11 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2001-04-30 13:05:11 +0000 |
| commit | 1b94b89cb822190f86b7e7d8c86837b5212297ba (patch) | |
| tree | 820bf5e39d207a6bb68835ae9d81c760499dd0b4 /Zend/zend_builtin_functions.c | |
| parent | ec1068d695d444cc968ed139220628470fe2f815 (diff) | |
| download | php-git-1b94b89cb822190f86b7e7d8c86837b5212297ba.tar.gz | |
- Add mistakenly removen closing bracket
Diffstat (limited to 'Zend/zend_builtin_functions.c')
| -rw-r--r-- | Zend/zend_builtin_functions.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } +} /* }}} */ |
