Skip to content

Commit

Permalink
Update test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
faddistr committed Oct 13, 2013
1 parent 0d0d622 commit cfad3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char *argv[])
printf("Simple replacement decryption test failed\r\n");
} else
{
printf("Simple decryption test passed\r\n");
printf("Simple decryption test passed\r\n");
}
//Gamma
memcpy(Data_E,Data_O,sizeof(Data_O));
Expand Down

0 comments on commit cfad3da

Please sign in to comment.