Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 65256 invoked by uid 500); 25 Sep 2001 09:46:46 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 65237 invoked by uid 500); 25 Sep 2001 09:46:46 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 25 Sep 2001 09:46:37 -0000 Message-ID: <20010925094637.49764.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server request.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 01/09/25 02:46:37 Modified: server request.c Log: fix a gcc warning -- "/* within a comment" Revision Changes Path 1.53 +1 -1 httpd-2.0/server/request.c Index: request.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/request.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- request.c 2001/09/24 21:07:06 1.52 +++ request.c 2001/09/25 09:46:37 1.53 @@ -807,7 +807,7 @@ /* 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.