]> granicus.if.org Git - php/commitdiff
Remove stray folding tag here
authorRasmus Lerdorf <rasmus@php.net>
Tue, 26 Aug 2008 15:37:38 +0000 (15:37 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 26 Aug 2008 15:37:38 +0000 (15:37 +0000)
sapi/cgi/cgi_main.c

index 5b8c1a4e5597d237b9ef34b1928e9078ad5f1d4e..1776bb7ba6ef3c9c4bfbccb7e6187d8a5f411d1f 100644 (file)
@@ -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);