From cca97d0e0c937aea8b7e0ae5b931da5f80d9ff52 Mon Sep 17 00:00:00 2001 From: bg Date: Sun, 21 Dec 2008 02:06:22 +0000 Subject: [PATCH] forgot a ; --- test_src/main-twister224-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_src/main-twister224-test.c b/test_src/main-twister224-test.c index 0cf3d6a..a812e2f 100644 --- a/test_src/main-twister224-test.c +++ b/test_src/main-twister224-test.c @@ -117,7 +117,7 @@ void testrun_twister224(void){ for(i=0; i<16777216; ++i){ twister224_nextBlock(&ctx, ltest); } - twister224_ctx2hash(hash, &ctx) + twister224_ctx2hash(hash, &ctx); uart_hexdump(hash, 224/8); }