From 9879cd8393b0d5ec26885de9f9dce2d34997db42 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 12 Sep 2019 14:05:20 +0200 Subject: Fix argument number in block processor unit test Signed-off-by: David Oberhollenzer --- tests/blk_proc_order.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/blk_proc_order.c') diff --git a/tests/blk_proc_order.c b/tests/blk_proc_order.c index 91832e0..9157262 100644 --- a/tests/blk_proc_order.c +++ b/tests/blk_proc_order.c @@ -98,7 +98,7 @@ int main(void) main_thread = pthread_self(); #endif - proc = sqfs_block_processor_create(4 * sizeof(int), cmp, 4, + proc = sqfs_block_processor_create(4 * sizeof(int), cmp, 4, 10, NULL, block_callback); assert(proc != NULL); -- cgit v1.2.3