X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a70bfd07048d219b958399cdc7623d5b7e12abb..e3e1fdf1ee5decc8735c7a5a971808ea4460805c:/examples/smpi/alltoallv.c diff --git a/examples/smpi/alltoallv.c b/examples/smpi/alltoallv.c index 73b6d24148..5c3857ccb6 100644 --- a/examples/smpi/alltoallv.c +++ b/examples/smpi/alltoallv.c @@ -50,7 +50,7 @@ */ -void print_buffer_int(void *buf, int len, char *msg, int rank) +static void print_buffer_int(void *buf, int len, char *msg, int rank) { int tmp, *v; printf("**<%d> %s (#%d): ", rank, msg,len);