]> granicus.if.org Git - file/commitdiff
move mime and extension to the right place.
authorChristos Zoulas <christos@zoulas.com>
Tue, 15 Dec 2015 01:06:00 +0000 (01:06 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 15 Dec 2015 01:06:00 +0000 (01:06 +0000)
magic/Magdir/archive

index ea0bb9ddfe400c75504b92a275ecd455b4dbe96b..9a4809f4dcb7240388567ac1fef7c66b71882bea 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------
-# $File: archive,v 1.99 2015/12/04 20:48:02 christos Exp $
+# $File: archive,v 1.100 2015/12/15 01:06:00 christos Exp $
 # archive:  file(1) magic for archive formats (see also "msdos" for self-
 #           extracting compressed archives)
 #
 
 # Zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
 0      string          PK\005\006      Zip archive data (empty)
-0      string          PK\003\004
 !:mime application/zip
 !:ext zip/cbz
+0      string          PK\003\004
 
 # Specialised zip formats which start with a member named 'mimetype'
 # (stored uncompressed, with no 'extra field') containing the file's MIME type.