1
1

Fixed typo causing lack of compilage

This commit was SVN r403.
Этот коммит содержится в:
Jeff Squyres 2004-01-15 04:30:17 +00:00
родитель 5ec2ac0041
Коммит 24dbee8419

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

@ -36,7 +36,7 @@ static inline int mca_pml_teg_send_request_start(
mca_ptl_base_send_request_t* req)
{
mca_ptl_t* ptl = req->req_owner;
size_t first_fragment_size = ptl->ptl_frag_first_size;
size_t first_fragment_size = ptl->ptl_first_frag_size;
int rc;
bool complete;