From 5198ae644b574f554418fe30d18f90c12fea3f88 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Sep 2009 08:21:50 +0200 Subject: conf: beautify one formatting in the directives array. Michael --- src/conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf.c b/src/conf.c index 5c70fb3..70ba939 100644 --- a/src/conf.c +++ b/src/conf.c @@ -223,7 +223,8 @@ struct { }, { BEGIN "(upstream)" WS "(" IP "|" ALNUM ")" ":" INT "(" WS STR - ")?" END, handle_upstream, NULL}, + ")?" END, handle_upstream, NULL + }, #endif /* loglevel */ STDCONF ("loglevel", "(critical|error|warning|notice|connect|info)", -- cgit v1.2.3