summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpf.c b/bpf.c
index 2becc5a..c287597 100644
--- a/bpf.c
+++ b/bpf.c
@@ -83,7 +83,7 @@ static const char *op_table[] = {
void bpf_dump_op_table(void)
{
- int i;
+ size_t i;
for (i = 0; i < array_size(op_table); ++i) {
if (op_table[i])
printf("%s\n", op_table[i]);