From: Rasmus Lerdorf Date: Tue, 26 Aug 2008 15:37:38 +0000 (+0000) Subject: Remove stray folding tag here X-Git-Tag: BEFORE_HEAD_NS_CHANGE~566 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf06da29a524e1e61731d6001863b0e2f693686f;p=php Remove stray folding tag here --- 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);