file-compressor: Fix xz's mime magic
This commit is contained in:
parent
748c381fd2
commit
9ef4d6c061
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ static const Compressor compressors[] =
|
|||
N_("xz archive"),
|
||||
"application/x-xz",
|
||||
"xcf.xz,xcfxz", /* FIXME "xcf.xz,xz,xcfxz" */
|
||||
"0,ustring,\3757zXZ\x00",
|
||||
"0,string,\3757zXZ\x00",
|
||||
".xcfxz",
|
||||
".xz",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue