From: hno <> Date: Sat, 20 Jul 2002 06:18:15 +0000 (+0000) Subject: Oops.. last cleanup removed one comma too many.. X-Git-Tag: SQUID_3_0_PRE1~890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7933b664b809aa7b8b45883b1c5638cfe395bdc;p=thirdparty%2Fsquid.git Oops.. last cleanup removed one comma too many.. --- diff --git a/src/gopher.cc b/src/gopher.cc index 6ae6ae323d..e542229203 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -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) {