From 19831adabc5f38b1d23ae13e1477762e73017565 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sat, 12 Sep 2009 07:59:31 +0000 Subject: * Add missing , to make it compile again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814114 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/http') diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 1a3bf27909..7920507b66 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -1017,7 +1017,7 @@ static const char *get_canned_error_string(int status, "

The expectation given in the Expect request-header\n" "field could not be met by this server.\n" "The client sent

\n    Expect: ",
-                     ap_escape_html(r->pool, s1), "\n
\n" + ap_escape_html(r->pool, s1), "\n\n", NULL); else s1 = "

No expectation was seen, the Expect request-header \n" -- cgit v1.2.1