Skip to content

Commit

Permalink
minor format change
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGladman committed Sep 29, 2018
1 parent c98ffd4 commit d0fe2e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aesgav.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,9 @@ void do_tests(int do_cmp, int ttype[3], f_ectx alg[1], const unsigned long blen,

if(do_cmp) // compare it with reference if required
comp_vecs(name2, name1);
} else {
}
else
{
printf("ERROR: failed to open %s for writing\n", name1);
}
}
Expand Down

0 comments on commit d0fe2e5

Please sign in to comment.