]> granicus.if.org Git - php/commitdiff
Fix a couple of closing folding tags
authorRasmus Lerdorf <rasmus@php.net>
Tue, 3 Jun 2003 05:41:49 +0000 (05:41 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 3 Jun 2003 05:41:49 +0000 (05:41 +0000)
sapi/apache/mod_php4.c

index a0cbee47fd9b2637e8b6d1402c075b3f68b2b3d7..8c6a4e2b0f81aa511fce1183a3e6d71b384c9bed 100644 (file)
@@ -380,6 +380,7 @@ static int sapi_apache_force_http_10(TSRMLS_D)
        
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_uid
  */
@@ -388,6 +389,7 @@ static int sapi_apache_get_target_uid(uid_t *obj TSRMLS_DC)
        *obj = ap_user_id;
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_gid
  */
@@ -396,6 +398,7 @@ static int sapi_apache_get_target_gid(gid_t *obj TSRMLS_DC)
        *obj = ap_group_id;
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_module_struct apache_sapi_module
  */