[master] b1ef42b Fix unterminated strings in #if 0 part of file.

Poul-Henning Kamp phk at FreeBSD.org
Fri May 22 13:27:50 CEST 2015


commit b1ef42b639d7ed4322d45fe2f07081295ea71141
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 22 11:26:36 2015 +0000

    Fix unterminated strings in #if 0 part of file.
    
    Gcc is really, really weird...

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 78ee42b..12afdaa 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1147,9 +1147,8 @@ PARAM(
 	"The minimum number of worker threads in each pool.\n"
 	"\n"
 	"Increasing this may help ramp up faster from low load situations "
-	"or when threads have expired.
-
-Minimum is 10 threads.\n",
+	"or when threads have expired."
+	"Minimum is 10 threads.\n",
 	/* l-text */	"",
 	/* func */	NULL
 )



More information about the varnish-commit mailing list