mirror of https://github.com/MidnightCommander/mc
Revert undocumented change in the declaration of decompress_extension().
This commit is contained in:
parent
6d2f235053
commit
66c5184faa
|
@ -879,7 +879,7 @@ int get_compression_type (int fd)
|
|||
return 0;
|
||||
}
|
||||
|
||||
const char *
|
||||
char *
|
||||
decompress_extension (int type)
|
||||
{
|
||||
switch (type){
|
||||
|
|
Loading…
Reference in New Issue