From: Guenter Knauf Date: Tue, 29 Sep 2009 12:08:28 +0000 (+0000) Subject: added comment about the never reached return statement. X-Git-Tag: 2.3.3~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3353db10869645f2ec81dc155edae99c9b3ab056;p=thirdparty%2Fapache%2Fhttpd.git added comment about the never reached return statement. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@819893 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_script.c b/server/util_script.c index 707c1b53dff..0e22943ec06 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -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; }