Fix the build.

Noted by: ganbold@
This commit is contained in:
Roman Kurakin 2008-09-27 15:58:54 +00:00
parent 42003afced
commit e7ef3e9494
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183415

View File

@ -5966,7 +5966,7 @@ table_handler(int ac, char *av[])
} else if (_substrcmp(*av, "list") == 0) {
a = is_all ? tables_max : (ent.tbl + 1);
do {
table_list(ent);
table_list(ent, is_all);
} while (++ent.tbl < a);
} else
errx(EX_USAGE, "invalid table command %s", *av);