summaryrefslogtreecommitdiff
path: root/modules/http/http_protocol.c
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-09-12 07:59:31 +0000
committerRuediger Pluem <rpluem@apache.org>2009-09-12 07:59:31 +0000
commit19831adabc5f38b1d23ae13e1477762e73017565 (patch)
tree9603fa89dc813cfeb43f5bdd373e8919817686b3 /modules/http/http_protocol.c
parent4c92520eb615aec5d8eac13c48b42d569527a91e (diff)
downloadhttpd-19831adabc5f38b1d23ae13e1477762e73017565.tar.gz
* 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
Diffstat (limited to 'modules/http/http_protocol.c')
-rw-r--r--modules/http/http_protocol.c2
1 files changed, 1 insertions, 1 deletions
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,
"<p>The expectation given in the Expect request-header\n"
"field could not be met by this server.\n"
"The client sent<pre>\n Expect: ",
- ap_escape_html(r->pool, s1), "\n</pre>\n"
+ ap_escape_html(r->pool, s1), "\n</pre>\n",
NULL);
else
s1 = "<p>No expectation was seen, the Expect request-header \n"