diff options
-rw-r--r-- | fastboot/engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/engine.c b/fastboot/engine.c index 93d24bc..994eeae 100644 --- a/fastboot/engine.c +++ b/fastboot/engine.c @@ -257,7 +257,7 @@ void generate_ext4_image(struct image_data *image) #endif reset_ext4fs_info(); info.len = image->partition_size; - make_ext4fs_internal(fd, NULL, NULL, 0, 0, 1, 0, 0, 0); + make_ext4fs_internal(fd, NULL, NULL, NULL, 0, 1, 0, 0, 0, NULL); fstat(fd, &st); image->image_size = st.st_size; |