From 3f550c3a836d714c603fb8113d9f92e631c2a3a8 Mon Sep 17 00:00:00 2001 From: Andrew Friedley Date: Wed, 15 Nov 2006 20:35:27 +0000 Subject: [PATCH] missing a semicolon... This commit was SVN r12607. --- orte/mca/ns/replica/ns_replica_cell_fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/mca/ns/replica/ns_replica_cell_fns.c b/orte/mca/ns/replica/ns_replica_cell_fns.c index 86758af1ee..1e4c86cc15 100644 --- a/orte/mca/ns/replica/ns_replica_cell_fns.c +++ b/orte/mca/ns/replica/ns_replica_cell_fns.c @@ -228,7 +228,7 @@ int orte_ns_replica_get_node_info(char ***nodenames, orte_cellid_t cellid, orte_ns_replica_cell_tracker_t **cell, *cptr; orte_ns_replica_nodeid_tracker_t **nodes; orte_std_cntr_t i, j, k, m, n; - char *err_name = "NODE_NOT_FOUND" + char *err_name = "NODE_NOT_FOUND"; OPAL_THREAD_LOCK(&orte_ns_replica.mutex);