X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5b02b8cdb65a2d3f160efae2e4cf27d7fcfa89b..90680837ebef1bd470bd846a684b28a7aff1ab90:/examples/smpi/mc/bugged1_liveness.c?ds=sidebyside diff --git a/examples/smpi/mc/bugged1_liveness.c b/examples/smpi/mc/bugged1_liveness.c index baec20c68b..72011c452e 100644 --- a/examples/smpi/mc/bugged1_liveness.c +++ b/examples/smpi/mc/bugged1_liveness.c @@ -47,7 +47,7 @@ int main(int argc, char **argv){ MC_automaton_new_propositional_symbol_pointer("r", &r); MC_automaton_new_propositional_symbol_pointer("cs", &cs); - MC_ignore(&(status.count), sizeof(status.count)); + MC_ignore(&status.count, sizeof status.count); /* Get number of processes */ MPI_Comm_size(MPI_COMM_WORLD, &size);