mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Fix stray semicolon in examples (#5669)
This commit is contained in:
parent
5194aa186a
commit
5351640e97
1 changed files with 0 additions and 1 deletions
|
@ -561,7 +561,6 @@ void display_ast(Z3_context c, FILE * out, Z3_ast v)
|
|||
}
|
||||
case Z3_QUANTIFIER_AST: {
|
||||
fprintf(out, "quantifier");
|
||||
;
|
||||
}
|
||||
default:
|
||||
fprintf(out, "#unknown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue