file-compressor: Fix xz's mime magic

This commit is contained in:
Mukund Sivaraman 2015-01-22 20:49:19 +05:30
parent 748c381fd2
commit 9ef4d6c061

View file

@ -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",