From e30b55565cc878a9b4a7dad79e0af5a7829fc6d9 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 5 Aug 2004 14:51:56 +0000 Subject: [PATCH] * fix stupid typo This commit was SVN r1896. --- src/mca/llm/base/base_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mca/llm/base/base_internal.h b/src/mca/llm/base/base_internal.h index dc4ad8819b..86125ef377 100644 --- a/src/mca/llm/base/base_internal.h +++ b/src/mca/llm/base/base_internal.h @@ -49,6 +49,7 @@ extern "C" { /** * Mutex wrapping the \code mca_llm_base_parse_hostfile function. + */ extern ompi_mutex_t mca_llm_base_parse_mutex; #endif