aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tbl/tc.c
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-17 02:23:43 +0000
committerwkj <devnull@localhost>2004-05-17 02:23:43 +0000
commit8a3cbc157981485adc947c0477dc3e4907acc9a3 (patch)
tree349384ec94a177152ef945dcf41b9d368de5bf18 /src/cmd/tbl/tc.c
parent1f72bc47fe416f8fa00d8cea27ee1482fba28c20 (diff)
downloadplan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.gz
plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.tar.bz2
plan9port-8a3cbc157981485adc947c0477dc3e4907acc9a3.zip
Make tbl compile silently.
Diffstat (limited to 'src/cmd/tbl/tc.c')
-rw-r--r--src/cmd/tbl/tc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/tbl/tc.c b/src/cmd/tbl/tc.c
index f089f4d5..841680b6 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;