From: serassio <> Date: Mon, 21 Jan 2008 03:20:21 +0000 (+0000) Subject: Fix typo in the latest commit. X-Git-Tag: BASIC_TPROXY4~168 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3db19d3618f69484547e581beb613d4c92d96d87;p=thirdparty%2Fsquid.git Fix typo in the latest commit. --- diff --git a/src/ESIAssign.cc b/src/ESIAssign.cc index 4ed22005df..c9dd09cb25 100644 --- a/src/ESIAssign.cc +++ b/src/ESIAssign.cc @@ -1,6 +1,6 @@ /* - * $Id: ESIAssign.cc,v 1.7 2008/01/20 19:46:35 serassio Exp $ + * $Id: ESIAssign.cc,v 1.8 2008/01/20 20:20:21 serassio Exp $ * * DEBUG: section 86 ESI processing * AUTHOR: Robert Collins @@ -34,13 +34,13 @@ */ #include "squid.h" -# + /* MS Visual Studio Projects are monolithic, so we need the following * #if to exclude the ESI code from compile process when not needed. */ #if (USE_SQUID_ESI == 1) -include "ESIAssign.h" +#include "ESIAssign.h" #include "ESIContext.h" #include "ESISequence.h"