From 208a41e586edfd25d5c60acb38932f689d5d1a43 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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mdocterm.c') diff --git a/mdocterm.c b/mdocterm.c index 8e5f15d6..7ffa0a3e 100644 --- a/mdocterm.c +++ b/mdocterm.c @@ -1,4 +1,4 @@ - /* $Id: mdocterm.c,v 1.5 2009/02/23 12:45:19 kristaps Exp $ */ + /* $Id: mdocterm.c,v 1.6 2009/02/23 15:19:47 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -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 v1.2.3-56-ge451