]> 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 79fa115e16b6e102830177c473ace08f067d2a13..4643462478c47e6685c0251fa6e0ac4d84d85fa9 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------
-# $File: archive,v 1.98 2015/11/20 17:05:42 christos Exp $
+# $File: archive,v 1.99 2015/12/04 20:48:02 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.