X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed..d8eb62b207b566949a0d9ce649a7b21e226b9168:/examples/msg/app-masterworker/app-masterworker.c diff --git a/examples/msg/app-masterworker/app-masterworker.c b/examples/msg/app-masterworker/app-masterworker.c index 55aaf69d14..711bed895a 100644 --- a/examples/msg/app-masterworker/app-masterworker.c +++ b/examples/msg/app-masterworker/app-masterworker.c @@ -55,7 +55,7 @@ static int worker(int argc, char *argv[]) snprintf(mailbox,79, "worker-%ld", id); - while (1) { /* The worker wait in an infinite loop for tasks sent by the \ref master */ + while (1) { /* The worker wait in an infinite loop for tasks sent by the @ref master */ msg_task_t task = NULL; int res = MSG_task_receive(&task, mailbox); xbt_assert(res == MSG_OK, "MSG_task_get failed");