Skip to content

Commit

Permalink
forgot to mention the type
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesK committed May 5, 2017
1 parent 0dcc1da commit 71cf8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuSMV-2.6.0/NuSMV/code/nusmv/core/mc/mcAc.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void print_accepting_states(NuSMVEnv_ptr env,
index = lev;
*/

index = lev;
int index = lev;

if(BddEnc_has_var_at_index(enc, index)) {
inames[lev] = (const char*) sprint_node(wffprint,
Expand Down

0 comments on commit 71cf8a8

Please sign in to comment.