diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/blk_proc_order.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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); | 
