From 8a3cbc157981485adc947c0477dc3e4907acc9a3 Mon Sep 17 00:00:00 2001 From: wkj Date: Mon, 17 May 2004 02:23:43 +0000 Subject: Make tbl compile silently. --- src/cmd/tbl/t5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/tbl/t5.c') diff --git a/src/cmd/tbl/t5.c b/src/cmd/tbl/t5.c index 9ad6b3c3..8b7a65d8 100644 --- a/src/cmd/tbl/t5.c +++ b/src/cmd/tbl/t5.c @@ -31,7 +31,7 @@ gettbl(void) } else instead[nlin] = 0; if (nodata(nlin)) { - if ((ch = oneh(nlin))) + if (ch = oneh(nlin)) fullbot[nlin] = ch; table[nlin] = (struct colstr *) alocv((ncol + 2) * sizeof(table[0][0])); for (icol = 0; icol < ncol; icol++) { -- cgit v1.2.3