diff options
Diffstat (limited to 'tar')
| -rw-r--r-- | tar/tar2sqfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 8394b7f..f557f95 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -403,7 +403,7 @@ int main(int argc, char **argv)  		goto out;  	if (write_xattr(outfd, &fs, &super, cmp)) -		goto out_data; +		goto out;  	if (sqfs_super_write(&super, outfd))  		goto out; | 
