aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tbl/tc.c
diff options
context:
space:
mode:
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;