From: André Malo Date: Sun, 17 Oct 2004 16:01:24 +0000 (+0000) Subject: oops. removed a space too much X-Git-Tag: 2.1.1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3d6111d89e6c5c90275cf4ba46d89e96310ab14;p=thirdparty%2Fapache%2Fhttpd.git oops. removed a space too much git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105503 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_filter.c b/modules/experimental/mod_filter.c index 0aaafa7bbfb..1deb311baf1 100644 --- a/modules/experimental/mod_filter.c +++ b/modules/experimental/mod_filter.c @@ -311,7 +311,7 @@ static apr_status_t filter_harness(ap_filter_t *f, apr_bucket_brigade *bb) static const char *filter_protocol(cmd_parms *cmd, void *CFG, const char *fname, const char *pname, const char *proto) { - static const char *sep = ";,\t"; + static const char *sep = ";, \t"; char *arg; char *tok = 0; unsigned int flags = 0;