summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index 09f52ebba..4ae9522ef 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -164,7 +164,6 @@ r_columnate()
int base, chcnt, cnt, col, endcol, numcols, numrows, row;
maxlength = (maxlength + TAB) & ~(TAB - 1);
- /* This could be 0 */
numcols = termwidth / maxlength;
if (!numcols)
numcols = 1;