From 0433d239533d292f8994aa02fe4bd7d8eacd2bb5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Feb 2009 15:19:47 +0000 Subject: Adding revamped webpage. --- mdocterm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdocterm.c') diff --git a/mdocterm.c b/mdocterm.c index 24b4132e..4174ff01 100644 --- a/mdocterm.c +++ b/mdocterm.c @@ -167,10 +167,9 @@ flushln(struct termp *p) for (j = 0; j < p->offset; j++) putchar(' '); vis = 0; - } else if (vis + vsz >= maxvis) { + } else if (vis + vsz >= maxvis) /* FIXME */ errx(1, "word breaks right margin"); - } /* * Write out the word and a trailing space. Omit the -- cgit