mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
Fix stray semicolon in examples (#5669)
This commit is contained in:
parent
5194aa186a
commit
5351640e97
|
@ -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…
Reference in a new issue