From 753358336b1b5bbe086c6a3c3bc989403c41db1a Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 26 Jul 2004 22:21:20 +0000 Subject: [PATCH] Remove annoying compiler warning :-) This commit was SVN r1809. --- src/mpi/c/comm_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpi/c/comm_join.c b/src/mpi/c/comm_join.c index 9500d8d15c..037dac24aa 100644 --- a/src/mpi/c/comm_join.c +++ b/src/mpi/c/comm_join.c @@ -39,7 +39,7 @@ int MPI_Comm_join(int fd, MPI_Comm *intercomm) /* sendrecv OOB-name (port-name) through the socket connection. Need to determine somehow how to avoid a potential deadlock - here. *o/ + here. */ /* if proc unknown, set up the proc-structure */ /* setup the intercomm-structure using ompi_comm_set (); */