Skip to content

Commit

Permalink
Fixed typo in log string.
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Con committed Apr 27, 2015
1 parent fb753a9 commit cfbde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha256_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int sha256_test()

int main()
{
printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILEd");
printf("SHA-256 tests: %s\n", sha256_test() ? "SUCCEEDED" : "FAILED");

return(0);
}

0 comments on commit cfbde48

Please sign in to comment.