diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_initrd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_initrd.c b/test/test_initrd.c index 73429b8..2d0d045 100644 --- a/test/test_initrd.c +++ b/test/test_initrd.c @@ -30,7 +30,7 @@ int main(void) contents[fsize] = 0; - extract_initrd(contents, (uint64_t)fsize); + extract_initrd(contents, (uint64_t)fsize, tasks); free(contents); // TODO |
