summaryrefslogtreecommitdiff
path: root/cov.awk
diff options
context:
space:
mode:
Diffstat (limited to 'cov.awk')
-rw-r--r--cov.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cov.awk b/cov.awk
index ffac770..56734e4 100644
--- a/cov.awk
+++ b/cov.awk
@@ -14,7 +14,6 @@ BEGIN {
NR == 1 {
for (y=1; y<=NF; y++)
($y ~ number) ? header[y] = "col" y : header[y] = $y
- printf(header[y])
}
NF > 0 {