]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in the latest commit.
authorserassio <>
Mon, 21 Jan 2008 03:20:21 +0000 (03:20 +0000)
committerserassio <>
Mon, 21 Jan 2008 03:20:21 +0000 (03:20 +0000)
src/ESIAssign.cc

index 4ed22005df6a4f40f71996f631e9668955c7a03e..c9dd09cb25ec4c24c9b7b10f4d76b9cad3a9e370 100644 (file)
@@ -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
  */
 
 #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"