From cfad3dadbb7b88d148f15aa02c41d61cf37583ae Mon Sep 17 00:00:00 2001 From: faddistr Date: Sun, 13 Oct 2013 20:43:22 +0300 Subject: [PATCH] Update test.cpp --- src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.cpp b/src/test.cpp index ed8c071..0f189c8 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -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));