Commit fb8d34ab authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Insert a count-point after each conditional.


git-svn-id: http://www.varnish-cache.org/svn/trunk@205 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 2d411d71
......@@ -894,6 +894,7 @@ IfStmt(struct tokenlist *tl)
ERRCHK(tl);
break;
default:
C(tl, ";");
return;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment