From: Jeff Trawick Date: Fri, 2 Jun 2000 13:38:04 +0000 (+0000) Subject: fix missed change to comment X-Git-Tag: APACHE_2_0_ALPHA_4~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d2faa8caaaf0b6d2d5aa44e58a98ed71dbd0bca;p=thirdparty%2Fapache%2Fhttpd.git fix missed change to comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85376 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index afefe2a0e40..b8aa78a84b6 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -2452,7 +2452,7 @@ static int default_handler(request_rec *r) ap_table_setn(r->headers_out, "Content-MD5", ap_md5digest(r->pool, fd)); } -#endif /* CHARSET_EBCDIC */ +#endif /* APACHE_XLATE */ rangestatus = ap_set_byterange(r);