]> granicus.if.org Git - apache/commitdiff
added comment about the never reached return statement.
authorGuenter Knauf <fuankg@apache.org>
Tue, 29 Sep 2009 12:08:28 +0000 (12:08 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 29 Sep 2009 12:08:28 +0000 (12:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819893 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index 707c1b53dff2b9160c066475e939bcc5c3fa3262..0e22943ec0641ec3a0371f2db001bdb2f1d03505 100644 (file)
@@ -598,7 +598,7 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
             apr_table_add(merge, w, l);
         }
     }
-
+    /* never reached - we leave this function within the while loop above */
     return OK;
 }