commit | 8a3cbc157981485adc947c0477dc3e4907acc9a3 | [log] [tgz] |
---|---|---|
author | wkj <devnull@localhost> | Mon May 17 02:23:43 2004 +0000 |
committer | wkj <devnull@localhost> | Mon May 17 02:23:43 2004 +0000 |
tree | 349384ec94a177152ef945dcf41b9d368de5bf18 | |
parent | 1f72bc47fe416f8fa00d8cea27ee1482fba28c20 [diff] [blame] |
Make tbl compile silently.
diff --git a/src/cmd/tbl/tc.c b/src/cmd/tbl/tc.c index f089f4d..841680b 100644 --- a/src/cmd/tbl/tc.c +++ b/src/cmd/tbl/tc.c
@@ -4,9 +4,9 @@ void choochar(void) { - /* choose funny characters to delimit fields */ - int had[128], ilin, icol, k; - unsigned char *s; + /* choose funny characters to delimit fields */ + int had[128], ilin, icol, k; + unsigned char *s; for (icol = 0; icol < 128; icol++) had[icol] = 0;