summaryrefslogtreecommitdiff
path: root/tc/f_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/f_basic.c')
-rw-r--r--tc/f_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/f_basic.c b/tc/f_basic.c
index a1db5ba5..eac9d19a 100644
--- a/tc/f_basic.c
+++ b/tc/f_basic.c
@@ -130,7 +130,7 @@ static int basic_print_opt(const struct filter_util *qu, FILE *f,
if (tb[TCA_BASIC_POLICE]) {
print_nl();
- tc_print_police(f, tb[TCA_BASIC_POLICE]);
+ tc_print_police(tb[TCA_BASIC_POLICE]);
}
if (tb[TCA_BASIC_ACT]) {