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

Add missing '%'


git-svn-id: http://www.varnish-cache.org/svn/trunk@290 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 95c3ed5c
......@@ -1676,7 +1676,7 @@ LocTable(struct tokenlist *tl)
pos++;
}
Fc(tl, 0, " [%3u] = { %4u, %3u, 0, \"T\" },\n",
Fc(tl, 0, " [%3u] = { %4u, %3u, 0, \"%T\" },\n",
t->cnt, lin, pos + 1, t);
}
Fc(tl, 0, "};\n");
......
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