From 68bb57463783feff455307db6dd5beb3679a576d Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 2 Nov 2002 04:53:31 +0000 Subject: [PATCH] add missing }}} closure --- sapi/apache2filter/php_functions.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1