3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 22:23:22 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-17 13:57:58 -07:00
parent 8d37495b7c
commit 02644b5b71

View file

@ -45,7 +45,7 @@ namespace q {
binding* b = m_bindings; binding* b = m_bindings;
if (b) { if (b) {
do { do {
b->display(ctx, num_decls(), out) << " - " << b << "\n"; b->display(ctx, num_decls(), out) << "\n";
b = b->next(); b = b->next();
} }
while (b != m_bindings); while (b != m_bindings);