From: Andi Gutmans Date: Thu, 29 Jun 2000 13:34:58 +0000 (+0000) Subject: - Extra newline crept in somehow X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85422c3c60f009b755e19423f99bf1778f6e387d;p=php - Extra newline crept in somehow --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 306f6b96d1..9cbcb2c9a6 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -633,7 +633,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine SG(request_info).path_translated = estrdup(getenv("SCRIPT_FILENAME")); #else SG(request_info).path_translated = estrdup(getenv("PATH_TRANSLATED")); - #endif } if (cgi || SG(request_info).path_translated) {