From 42ac007cc6938666263a0144702cfd39cdc917d6 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 25 Sep 2001 09:46:37 +0000 Subject: [PATCH] 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 --- server/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0