]> granicus.if.org Git - apache/commitdiff
fix a gcc warning -- "/* within a comment"
authorJeff Trawick <trawick@apache.org>
Tue, 25 Sep 2001 09:46:37 +0000 (09:46 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 25 Sep 2001 09:46:37 +0000 (09:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91140 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 1fb49a181a757e31d88ec8fe4fcc42e864b94751..fc75c45104e2cf66dd2137ef3b8bd10169967e7c 100644 (file)
@@ -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.