1
1

Properly return a value in all cases.

This commit was SVN r15519.
Этот коммит содержится в:
Tim Prins 2007-07-19 21:33:23 +00:00
родитель 41977fcc95
Коммит 0b06832fc7

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

@ -62,7 +62,6 @@ ompi_common_mx_finalize(void)
opal_output(0, "Error in mx_finalize (error %s)\n", mx_strerror(mx_return));
return OMPI_ERROR;
}
} else {
return OMPI_SUCCESS;
}
return OMPI_SUCCESS;
}