Commit 8716b6bf authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Wrap long line


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2627 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1a7b558d
......@@ -314,7 +314,8 @@ vcc_Lexer(struct tokenlist *tl, struct source *sp)
if (q < sp->e)
continue;
vcc_AddToken(tl, EOI, p, p + 2);
vsb_printf(tl->sb, "Unterminated /* ... */ comment, starting at\n");
vsb_printf(tl->sb,
"Unterminated /* ... */ comment, starting at\n");
vcc_ErrWhere(tl, tl->t);
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