X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2c89401822ce6edf5d891533da3c77d633186ac..a34aa584ccd2bdb81659d0e5df22864cf999c0f4:/examples/msg/pmm/msg_pmm.c?ds=sidebyside diff --git a/examples/msg/pmm/msg_pmm.c b/examples/msg/pmm/msg_pmm.c index 7b95d9c123..058b525e2e 100644 --- a/examples/msg/pmm/msg_pmm.c +++ b/examples/msg/pmm/msg_pmm.c @@ -274,7 +274,7 @@ int main(int argc, char *argv[]) #ifdef BENCH_THIS_CODE xbt_os_timer_start(timer); #endif - MSG_error_t res = MSG_main(); + msg_error_t res = MSG_main(); #ifdef BENCH_THIS_CODE xbt_os_timer_stop(timer); #endif