From: Jeff Trawick Date: Tue, 25 Sep 2001 09:46:37 +0000 (+0000) Subject: fix a gcc warning -- "/* within a comment" X-Git-Tag: 2.0.26~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42ac007cc6938666263a0144702cfd39cdc917d6;p=apache fix a gcc warning -- "/* within a comment" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91140 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index 1fb49a181a..fc75c45104 100644 --- a/server/request.c +++ b/server/request.c @@ -807,7 +807,7 @@ AP_DECLARE(int) ap_directory_walk(request_rec *r) /* XXX: Better (faster) tests needed!!! * - /* "OK" as a response to a real problem is not _OK_, but to allow broken + * "OK" as a response to a real problem is not _OK_, but to allow broken * modules to proceed, we will permit the not-a-path filename to pass here. * We must catch it later if it's heading for the core handler. Leave an * INFO note here for module debugging.