From cf06da29a524e1e61731d6001863b0e2f693686f Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 26 Aug 2008 15:37:38 +0000 Subject: [PATCH] Remove stray folding tag here --- sapi/cgi/cgi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 5b8c1a4e55..1776bb7ba6 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -175,7 +175,7 @@ typedef struct _user_config_cache_entry { HashTable *user_config; } user_config_cache_entry; -static void user_config_cache_entry_dtor(user_config_cache_entry *entry) /* {{{ */ +static void user_config_cache_entry_dtor(user_config_cache_entry *entry) { zend_hash_destroy(entry->user_config); free(entry->user_config); -- 2.40.0