Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 16, 2022
1 parent aefd336 commit eb2ee34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/api/api_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,9 @@ extern "C" {
void Z3_API Z3_enable_concurrent_dec_ref(Z3_context c) {
Z3_TRY;
LOG_Z3_enable_concurrent_dec_ref(c);
mk_c(c)->enableset_concurrent_dec_ref();
mk_c(c)->enable_concurrent_dec_ref();
Z3_CATCH;
}

}

void Z3_API Z3_toggle_warning_messages(bool enabled) {
LOG_Z3_toggle_warning_messages(enabled);
Expand Down

0 comments on commit eb2ee34

Please sign in to comment.