mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14: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: {
|
case Z3_QUANTIFIER_AST: {
|
||||||
fprintf(out, "quantifier");
|
fprintf(out, "quantifier");
|
||||||
;
|
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
fprintf(out, "#unknown");
|
fprintf(out, "#unknown");
|
||||||
|
|
Loading…
Reference in a new issue