Skip to content

Commit

Permalink
Restore "return 0" in shmem_team_context example.
Browse files Browse the repository at this point in the history
Signed-off-by: David Ozog <[email protected]>
  • Loading branch information
davidozog committed Mar 6, 2020
1 parent 621399b commit 1f9af0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_code/shmem_team_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ int main(void)
shmem_team_destroy(team_3);

shmem_finalize();
return 0;
}

0 comments on commit 1f9af0e

Please sign in to comment.