]> granicus.if.org Git - file/commitdiff
PR/498: Add Workbook for Excel
authorChristos Zoulas <christos@zoulas.com>
Mon, 23 Nov 2015 21:20:50 +0000 (21:20 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 23 Nov 2015 21:20:50 +0000 (21:20 +0000)
src/readcdf.c

index fc8ff92697323a749b5de1f1ec46d286aa4991a1..663aeeba141a18b5c08c731feef316ce7ec59831 100644 (file)
@@ -26,7 +26,7 @@
 #include "file.h"
 
 #ifndef lint
-FILE_RCSID("@(#)$File: readcdf.c,v 1.52 2015/02/27 21:16:38 christos Exp $")
+FILE_RCSID("@(#)$File: readcdf.c,v 1.53 2015/04/09 20:01:41 christos Exp $")
 #endif
 
 #include <assert.h>
@@ -60,6 +60,7 @@ static const struct nv {
        { "Windows Installer",          "vnd.ms-msi",           },
        { NULL,                         NULL,                   },
 }, name2mime[] = {
+       { "Workbook",                   "vnd.ms-excel",         },
        { "WordDocument",               "msword",               },
        { "PowerPoint",                 "vnd.ms-powerpoint",    },
        { "DigitalSignature",           "vnd.ms-msi",           },