Skip to content

Commit

Permalink
libsepol/cil: drop extra semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
  • Loading branch information
cgzones authored and jwcart2 committed Jun 24, 2021
1 parent de3b96a commit 261b655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsepol/cil/src/cil_build_ast.c
Expand Up @@ -4153,7 +4153,7 @@ void cil_destroy_context(struct cil_context *context)
return;
}

cil_symtab_datum_destroy(&context->datum);;
cil_symtab_datum_destroy(&context->datum);

if (context->range_str == NULL && context->range != NULL) {
cil_destroy_levelrange(context->range);
Expand Down

0 comments on commit 261b655

Please sign in to comment.