tests: fix typo in bpf.test

* tests/bpf.c (main): Add missing semicolon.

Fixes: ad427721 ("tests: rewrite bpf.test from match_grep to match_diff")
This commit is contained in:
Дмитрий Левин 2017-02-08 15:12:40 +00:00
parent 34878f17b9
commit 75c3844167

View File

@ -213,7 +213,7 @@ main(void)
(unsigned) sizeof(union bpf_attr), errstr);
BOGUS_BPF(BPF_PROG_ATTACH);
prog_cgroup(BPF_PROG_DETACH)
prog_cgroup(BPF_PROG_DETACH);
printf("bpf(BPF_PROG_DETACH"
", {target_fd=-1, attach_type=BPF_CGROUP_INET_INGRESS}, %u)"
" = %s\n",