fix trivial build warning
This commit is contained in:
parent
c445758708
commit
68a192c007
@ -285,7 +285,7 @@ char FAST_FUNC get_header_tar(archive_handle_t *archive_handle)
|
|||||||
file_header->mode |= S_IFBLK;
|
file_header->mode |= S_IFBLK;
|
||||||
goto size0;
|
goto size0;
|
||||||
case '5':
|
case '5':
|
||||||
set_dir:
|
USE_FEATURE_TAR_OLDGNU_COMPATIBILITY(set_dir:)
|
||||||
file_header->mode |= S_IFDIR;
|
file_header->mode |= S_IFDIR;
|
||||||
goto size0;
|
goto size0;
|
||||||
case '6':
|
case '6':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user