summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-11-02 04:53:31 +0000
committerSascha Schumann <sas@php.net>2002-11-02 04:53:31 +0000
commit68bb57463783feff455307db6dd5beb3679a576d (patch)
tree5389109425313ef3c3dc865199fb5922021798aa
parentac4d1a19274ec47374bdb6afb6f9b02b38aa82b5 (diff)
downloadphp-git-68bb57463783feff455307db6dd5beb3679a576d.tar.gz
add missing }}} closure
-rw-r--r--sapi/apache2filter/php_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2filter/php_functions.c b/sapi/apache2filter/php_functions.c
index 2e4f014564..430d4b7f15 100644
--- a/sapi/apache2filter/php_functions.c
+++ b/sapi/apache2filter/php_functions.c
@@ -79,6 +79,7 @@ PHP_FUNCTION(virtual)
ap_destroy_sub_req(rr);
RETURN_FALSE;
}
+/* }}} */
#define ADD_LONG(name) \
add_property_long(return_value, #name, rr->name)