From c25945ce489da1fa27af5c0a3e6f3204cebd1c01 Mon Sep 17 00:00:00 2001 From: Samuel Gutierrez Date: Tue, 26 Oct 2010 17:30:34 +0000 Subject: [PATCH] remove one more extra semicolon This commit was SVN r23954. --- ompi/mca/common/sm/common_sm_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/common/sm/common_sm_posix.c b/ompi/mca/common/sm/common_sm_posix.c index 9da768eba1..f0a122b835 100644 --- a/ompi/mca/common/sm/common_sm_posix.c +++ b/ompi/mca/common/sm/common_sm_posix.c @@ -416,7 +416,7 @@ mca_common_sm_posix_init(ompi_proc_t **sorted_procs, if (1 == sm_info.id) { n_local_procs = (int)num_local_procs; - while (n_local_procs > map->super.module_seg->seg_att); + while (n_local_procs > map->super.module_seg->seg_att) { opal_atomic_rmb(); }