diff options
Diffstat (limited to 'bin/rdsquashfs')
-rw-r--r-- | bin/rdsquashfs/fill_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rdsquashfs/fill_files.c b/bin/rdsquashfs/fill_files.c index 63ad640..1afe6b8 100644 --- a/bin/rdsquashfs/fill_files.c +++ b/bin/rdsquashfs/fill_files.c @@ -64,9 +64,9 @@ order_by_start: static int add_file(const sqfs_tree_node_t *node) { + struct file_ent *new; size_t new_sz; char *path; - void *new; if (num_files == max_files) { new_sz = max_files ? max_files * 2 : 256; |