Fix a warning of "possibly used before initialisation".

Reviewed by:	tjr
This commit is contained in:
Giorgos Keramidas 2002-08-29 14:29:09 +00:00
parent d1d578b2cd
commit 872b3fe268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102577

View File

@ -306,8 +306,7 @@ 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;
base = 0;
for (row = 0; row < numrows; ++row) {
endcol = colwidth;
if (!f_sortacross)