diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2008-08-26 15:37:01 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2008-08-26 15:37:01 +0000 |
commit | 421751d240734fffac73d3909bbc6cdc50e86d5f (patch) | |
tree | 7443126a65f582ccea16fe787730df9205ad8000 /sapi/cgi | |
parent | 727990f432bdab0ec1e28b710e65f1efc832d110 (diff) | |
download | php-git-421751d240734fffac73d3909bbc6cdc50e86d5f.tar.gz |
Remove stray folding tag here
Diffstat (limited to 'sapi/cgi')
-rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 73fa419e6c..87f7998201 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); |