Fix a warning of "possibly used before initialisation".

Reviewed by:	tjr
This commit is contained in:
keramida 2002-08-29 14:29:09 +00:00
parent 856d1951e7
commit ebdc2917a0

View File

@ -306,7 +306,6 @@ printcol(DISPLAY *dp)
if (dp->list->fts_level != FTS_ROOTLEVEL && (f_longform || f_size))
(void)printf("total %lu\n", howmany(dp->btotal, blocksize));
if (f_sortacross)
base = 0;
for (row = 0; row < numrows; ++row) {
endcol = colwidth;