1
1

Add missing static declaration

This commit was SVN r28247.
Этот коммит содержится в:
Ralph Castain 2013-03-27 21:59:17 +00:00
родитель f8a2dd4064
Коммит 21ee48de57

Просмотреть файл

@ -64,7 +64,7 @@ static int orte_grpcomm_base_close(void)
* Function for finding and opening either all MCA components, or the one
* that was specifically requested via a MCA parameter.
*/
int orte_grpcomm_base_open(mca_base_open_flag_t flags)
static int orte_grpcomm_base_open(mca_base_open_flag_t flags)
{
/* Debugging / verbose output. Always have stream open, with
verbose set by the mca open system... */