Skip to content

Commit 5737bca

Browse files
author
Alessandro Fanfarillo
committed
Minor change
1 parent 168a253 commit 5737bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpi/mpi_caf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,7 @@ PREFIX (fail_image) (void)
28772877
int
28782878
PREFIX (image_status) (int image)
28792879
{
2880-
int i,res=0, ierr;
2880+
int i,res=0, ierr=0;
28812881

28822882
for(i=0;i<n_failed_imgs;i++)
28832883
if(image == failed_images_array[i])

0 commit comments

Comments
 (0)