Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert Van Renesse committed Aug 19, 2023
1 parent e3ba27e commit 2965094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmony_model_checker/charm/charm.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ static bool onestep(
printf("AFTER %p %d\n", (void *) after, ctx_index);

// Remove old context from the bag
context_remove_by_index(sc, ctx);
context_remove(sc, ctx);

// Add new context to state unless it's terminated or stopped.
int index;
Expand Down

0 comments on commit 2965094

Please sign in to comment.