]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add missing , to make it compile again.
authorRuediger Pluem <rpluem@apache.org>
Sat, 12 Sep 2009 07:59:31 +0000 (07:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 12 Sep 2009 07:59:31 +0000 (07:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@814114 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 1a3bf27909bf6e00e8fcb30e24f883d7c414ab8a..7920507b664952db48e8912a4948f69a01660b9f 100644 (file)
@@ -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"