From 459e15479f2b770f157db525c5acb08be03fcf99 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 30 Apr 2015 14:43:06 -0400 Subject: [PATCH] Remove double ; --- opal/mca/btl/tcp/btl_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/btl/tcp/btl_tcp.c b/opal/mca/btl/tcp/btl_tcp.c index 9541451619..979c65d1a8 100644 --- a/opal/mca/btl/tcp/btl_tcp.c +++ b/opal/mca/btl/tcp/btl_tcp.c @@ -340,7 +340,7 @@ int mca_btl_tcp_put (mca_btl_base_module_t *btl, struct mca_btl_base_endpoint_t MCA_BTL_TCP_FRAG_ALLOC_USER(frag); if( OPAL_UNLIKELY(NULL == frag) ) { - return OPAL_ERR_OUT_OF_RESOURCE;; + return OPAL_ERR_OUT_OF_RESOURCE; } frag->endpoint = endpoint;