(_open_archive): Remove unnecessary argument to check_compressed_archive.

This commit is contained in:
Sergey Poznyakoff
2006-05-02 16:32:40 +00:00
parent c0e5268e75
commit 783e58b394

View File

@@ -453,7 +453,7 @@ _open_archive (enum access_mode wanted_access)
archive = STDIN_FILENO;
type = check_compressed_archive (archive);
type = check_compressed_archive ();
if (type != ct_none)
FATAL_ERROR ((0, 0,
_("Archive is compressed. Use %s option"),