From 2ce795f37c78e9711a6acba21177121b3a82429b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 15 May 2009 20:30:47 +0000 Subject: [PATCH] wrap comment, no functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@775315 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/mod_mime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index d1b84b1efb..818b7d4a56 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.c @@ -860,8 +860,8 @@ static int find_ct(request_rec *r) } } /* XXX Two significant problems; 1, we don't check to see if we are - * setting redundant filters. 2, we insert these in the types config - * hook, which may be too early (dunno.) + * setting redundant filters. 2, we insert these in the types + * config hook, which may be too early (dunno.) */ if (exinfo->input_filters && r->proxyreq == PROXYREQ_NONE) { const char *filter, *filters = exinfo->input_filters; -- 2.40.0