From f63c29c886228eaae82a342e0934b1a5c86e5883 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 Nov 2009 01:14:57 +0100 Subject: conf: make the WS optional too, before the optional 2nd argument to reversepath Michael --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf.c b/src/conf.c index 56e2906..79db458 100644 --- a/src/conf.c +++ b/src/conf.c @@ -240,7 +240,7 @@ struct { STDCONF ("reversebaseurl", STR, handle_reversebaseurl), STDCONF ("reverseonly", BOOL, handle_reverseonly), STDCONF ("reversemagic", BOOL, handle_reversemagic), - STDCONF ("reversepath", STR WS "(" STR ")?", handle_reversepath), + STDCONF ("reversepath", STR "(" WS STR ")?", handle_reversepath), #endif #ifdef UPSTREAM_SUPPORT /* upstream is rather complicated */ -- cgit v1.2.3