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
This commit is contained in:
Guenter Knauf
2009-09-29 12:08:28 +00:00
parent d5bb7235fd
commit 3353db1086

View 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;
}