]> err.no Git - varnish/commitdiff
Fix typo; makes this compile again
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 11:27:44 +0000 (11:27 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 16 Sep 2008 11:27:44 +0000 (11:27 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3191 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index c8597e63faddccb9211ce33af7f75caacf24037b..6175badd230cf291464320e532fe2ae640847c3e 100644 (file)
@@ -731,7 +731,7 @@ static const struct parspec parspec[] = {
                "0", "bitmap" },
        { "max_esi_includes",
                tweak_uint, &master.max_esi_includes, 0, UINT_MAX,
-               "Maximum depth of esi:include processing."
+               "Maximum depth of esi:include processing.\n",
                0,
                "5", "includes" },
        { "cache_vbe_conns", tweak_bool,  &master.cache_vbe_conns, 0, 0,