From a3d6111d89e6c5c90275cf4ba46d89e96310ab14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 17 Oct 2004 16:01:24 +0000 Subject: [PATCH] oops. removed a space too much git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105503 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/experimental/mod_filter.c b/modules/experimental/mod_filter.c index 0aaafa7bbf..1deb311baf 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; -- 2.50.1