You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/09/12 09:59:31 UTC

svn commit: r814114 - /httpd/httpd/trunk/modules/http/http_protocol.c

Author: rpluem
Date: Sat Sep 12 07:59:31 2009
New Revision: 814114

URL: http://svn.apache.org/viewvc?rev=814114&view=rev
Log:
* Add missing , to make it compile again.

Modified:
    httpd/httpd/trunk/modules/http/http_protocol.c

Modified: httpd/httpd/trunk/modules/http/http_protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_protocol.c?rev=814114&r1=814113&r2=814114&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/http_protocol.c (original)
+++ httpd/httpd/trunk/modules/http/http_protocol.c Sat Sep 12 07:59:31 2009
@@ -1017,7 +1017,7 @@
                      "<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"