Skip to content

Commit 8ba738e

Browse files
author
Joseph Antony
committed
Edits
1 parent f79b94b commit 8ba738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/put_with_notify.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ PROTOTYPE ERROR_CLASS put_with_notify(BUFFER origin_addr, COUNT origin_count, DA
7575

7676
rc = win->w_osc_module->osc_put_with_notify(origin_addr, origin_count, origin_datatype,
7777
target_rank, target_disp, target_count,
78-
target_datatype, notification_idx. win);
78+
target_datatype, notification_idx, win);
7979
OMPI_ERRHANDLER_RETURN(rc, win, rc, FUNC_NAME);
8080
}

0 commit comments

Comments
 (0)