]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 6 Sep 2010 10:34:19 +0000 (22:34 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 6 Sep 2010 10:34:19 +0000 (22:34 +1200)
src/esi/Expression.cc

index eb08050ea0faf794d160622e56f1301052424321..c92bfe873467149c7595646de811abc95ba6f203 100644 (file)
@@ -707,7 +707,7 @@ getsymbol (const char *s, char const **endptr)
     rv.eval = NULL;            /* A literal */
     rv.valuetype = ESI_EXPR_INVALID;
     rv.valuestored = ESI_LITERAL_INVALID;
-    rv..precedence = 1; /* A literal */
+    rv.precedence = 1; /* A literal */
 
     if (('0' <= *s && *s <= '9') || *s == '-') {
         size_t length = strspn (s, "0123456789.");