forgot a ;

This commit is contained in:
bg 2008-12-21 02:06:22 +00:00
parent 4469def3e2
commit cca97d0e0c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}