]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. last cleanup removed one comma too many..
authorhno <>
Sat, 20 Jul 2002 06:18:15 +0000 (06:18 +0000)
committerhno <>
Sat, 20 Jul 2002 06:18:15 +0000 (06:18 +0000)
src/gopher.cc

index 6ae6ae323decd68bf7c1b26a1465147fee44a469..e542229203342b211c05c8c85cdfd5f69f2b916a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: gopher.cc,v 1.167 2002/07/19 12:16:19 hno Exp $
+ * $Id: gopher.cc,v 1.168 2002/07/20 00:18:15 hno Exp $
  *
  * DEBUG: section 10    Gopher
  * AUTHOR: Harvest Derived
@@ -147,7 +147,7 @@ gopherMimeCreate(GopherStateData * gopherState)
     memBufPrintf(&mb,
        "HTTP/1.0 200 OK Gatewaying\r\n"
        "Server: Squid/%s\r\n"
-       "Date: %s\r\n"
+       "Date: %s\r\n",
        version_string, mkrfc1123(squid_curtime));
 
     switch (gopherState->type_id) {