Skip to content

Commit

Permalink
add missing break stmt to example
Browse files Browse the repository at this point in the history
Reported by Henrique Preto
  • Loading branch information
nunoplopes committed Oct 14, 2022
1 parent e2cfc53 commit 87e4522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/c/test_capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ void display_ast(Z3_context c, FILE * out, Z3_ast v)
}
case Z3_QUANTIFIER_AST: {
fprintf(out, "quantifier");
break;
}
default:
fprintf(out, "#unknown");
Expand Down

0 comments on commit 87e4522

Please sign in to comment.