summaryrefslogtreecommitdiff
path: root/test/entropy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/entropy.c')
-rw-r--r--test/entropy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/entropy.c b/test/entropy.c
index a19a8eb33f..fb066a6c5b 100644
--- a/test/entropy.c
+++ b/test/entropy.c
@@ -29,7 +29,7 @@ uint32_t log2(int32_t val)
return log2_mult * (val1 + val2)/2;
}
-void run_test(void)
+void run_test(int argc, char **argv)
{
const int loopcount = 512;