diff options
Diffstat (limited to 'bin/gensquashfs/src')
-rw-r--r-- | bin/gensquashfs/src/sort_by_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gensquashfs/src/sort_by_file.c b/bin/gensquashfs/src/sort_by_file.c index 8edbb90..a1aacc0 100644 --- a/bin/gensquashfs/src/sort_by_file.c +++ b/bin/gensquashfs/src/sort_by_file.c @@ -243,7 +243,7 @@ static void sort_file_list(fstree_t *fs) out_last = it; it = it->next_by_type; - out_last->next = NULL; + out_last->next_by_type = NULL; } } |