diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2012-09-20 14:22:15 -0400 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2012-09-20 14:22:15 -0400 |
commit | 2322be0fab44401cb2bc624771299ae6f598ee4e (patch) | |
tree | 57283128d5647e28e94225986d8d7db19905bfb8 | |
parent | 3b38d14caf24233ed476e4892f53ffd858d1ae3f (diff) | |
download | php-git-2322be0fab44401cb2bc624771299ae6f598ee4e.tar.gz |
Fix folding
-rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 709c6dd3d9..8d97581d60 100644 --- a/main/main.c +++ b/main/main.c @@ -597,6 +597,7 @@ PHPAPI int php_get_module_initialized(void) { return module_initialized; } +/* }}} */ /* {{{ php_log_err */ |